update to dioxus rc

This commit is contained in:
Daniel Bulant 2025-09-17 23:12:41 +02:00
parent 92cdd63110
commit 08f8377134
No known key found for this signature in database
2 changed files with 791 additions and 501 deletions

1290
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -12,7 +12,7 @@ version = "2.34.0"
[workspace.dependencies] [workspace.dependencies]
console_error_panic_hook = "0.1.7" console_error_panic_hook = "0.1.7"
console_log = "1.0.0" console_log = "1.0.0"
dioxus = "0.6.0" dioxus = "0.7.0-rc.0"
leptos = "0.8.0" leptos = "0.8.0"
log = "0.4.22" log = "0.4.22"
yew = "0.21.0" yew = "0.21.0"