DioxusLabs / dioxus

Fullstack GUI library for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
19.33k stars 736 forks source link

Fix the mobile feature on the dioxus crate #2185

Closed ealmloff closed 3 months ago

ealmloff commented 3 months ago

When just building with the mobile feature enabled, the dioxus crate fails to compile because dioxus_desktop is no longer a direct dependency. This PR fixes that issue by re-exporting dioxus_mobile (which re-exports dioxus_desktop) when the mobile feature is enabled instead