Skip to content

Commit

Permalink
Upgrade dioxus to v0.6
Browse files Browse the repository at this point in the history
Signed-off-by: Nico Burns <[email protected]>
  • Loading branch information
nicoburns committed Dec 8, 2024
1 parent ce46520 commit 16b5991
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ atomic_refcell = "0.1.13"
app_units = "0.7.5"

# DioxusLabs dependencies
dioxus = { version = "=0.6.0-rc.0" }
dioxus-ssr = { version = "=0.6.0-rc.0" }
dioxus-cli-config = { version = "=0.6.0-rc.0" }
dioxus-devtools = { version = "=0.6.0-rc.0" }
dioxus = { version = "0.6" }
dioxus-ssr = { version = "0.6" }
dioxus-cli-config = { version = "0.6" }
dioxus-devtools = { version = "0.6" }
taffy = { version = "0.6", default-features = false, features = ["std", "flexbox", "grid", "block_layout", "content_size"] }

# Linebender + WGPU
Expand Down

0 comments on commit 16b5991

Please sign in to comment.