DioxusLabs / dioxus

App framework for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
20.43k stars 786 forks source link

Dioxus desktop 0.5+ doc generation #2284

Closed jbousquie closed 1 month ago

jbousquie commented 5 months ago

Hi, It would be nice if the dioxus-desktop crate documentation generation could be fixed for versions >= 0.5 :

https://docs.rs/crate/dioxus-desktop/latest https://docs.rs/crate/dioxus-desktop/0.5.1/builds

I'm trying to set correctly a deskop app window size and I guess the way to do it is somewhere in this crate :-)

Thanks for your incredible work so far !

tigerros commented 5 months ago

In the meantime you can use cargo doc to view the docs locally.

jbousquie commented 5 months ago

ok thank you