Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the mobile feature on the dioxus crate #2185

Merged
merged 1 commit into from
Mar 30, 2024

Conversation

ealmloff
Copy link
Member

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

@ealmloff ealmloff added bug Something isn't working mobile Mobile renderer labels Mar 29, 2024
@jkelleyrtp jkelleyrtp merged commit 4a62234 into DioxusLabs:main Mar 30, 2024
8 of 9 checks passed
@ealmloff ealmloff deleted the fix-mobile-feature-dioxus branch March 30, 2024 02:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working mobile Mobile renderer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants