Skip to content

Bump dioxus version #81

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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Bump dioxus version #81

wants to merge 2 commits into from

Conversation

ealmloff
Copy link
Member

@ealmloff ealmloff commented May 30, 2025

This PR bumps diouxs to the current alpha version. Mainly just putting this up for visibility, there aren't any interesting changes required yet.

To use dioxus 0.7 with the SDK, you can add this patch to your cargo.toml:

[patch.crates-io]
dioxus-geolocation = { git = "https://github.com/ealmloff/dioxus-std", branch = "0.7" }
dioxus-notification = { git = "https://github.com/ealmloff/dioxus-std", branch = "0.7" }
dioxus-sdk = { git = "https://github.com/ealmloff/dioxus-std", branch = "0.7" }
dioxus_storage = { git = "https://github.com/ealmloff/dioxus-std", branch = "0.7" }
dioxus-sync = { git = "https://github.com/ealmloff/dioxus-std", branch = "0.7" }
dioxus-time = { git = "https://github.com/ealmloff/dioxus-std", branch = "0.7" }
dioxus-util = { git = "https://github.com/ealmloff/dioxus-std", branch = "0.7" }
dioxus-window = { git = "https://github.com/ealmloff/dioxus-std", branch = "0.7" }

@ealmloff ealmloff added the waiting on next dioxus release Waiting on the next Dioxus release before action. label May 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting on next dioxus release Waiting on the next Dioxus release before action.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants