Skip to content

Commit

Permalink
chore: Dioxus v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Jan 22, 2025
1 parent d18503a commit 4005814
Showing 1 changed file with 19 additions and 18 deletions.
37 changes: 19 additions & 18 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ disable-zoom-shortcuts = ["freya/disable-zoom-shortcuts"]
docs = ["freya/docs"]

[patch.crates-io]
dioxus = { git = "https://github.com/DioxusLabs/dioxus", rev = "640a3e00af272bfb3464f86ac3d175eaa80af182" }
dioxus-rsx = { git = "https://github.com/DioxusLabs/dioxus", rev = "640a3e00af272bfb3464f86ac3d175eaa80af182" }
dioxus-core-macro = { git = "https://github.com/DioxusLabs/dioxus", rev = "640a3e00af272bfb3464f86ac3d175eaa80af182" }
dioxus-hooks = { git = "https://github.com/DioxusLabs/dioxus", rev = "640a3e00af272bfb3464f86ac3d175eaa80af182" }
dioxus-signals = { git = "https://github.com/DioxusLabs/dioxus", rev = "640a3e00af272bfb3464f86ac3d175eaa80af182" }
dioxus-core = { git = "https://github.com/DioxusLabs/dioxus", rev = "640a3e00af272bfb3464f86ac3d175eaa80af182" }
dioxus-router = { git = "https://github.com/DioxusLabs/dioxus", rev = "640a3e00af272bfb3464f86ac3d175eaa80af182" }
generational-box = { git = "https://github.com/DioxusLabs/dioxus", rev = "640a3e00af272bfb3464f86ac3d175eaa80af182" }
# dioxus = { git = "https://github.com/DioxusLabs/dioxus", rev = "640a3e00af272bfb3464f86ac3d175eaa80af182" }
# dioxus-rsx = { git = "https://github.com/DioxusLabs/dioxus", rev = "640a3e00af272bfb3464f86ac3d175eaa80af182" }
# dioxus-core-macro = { git = "https://github.com/DioxusLabs/dioxus", rev = "640a3e00af272bfb3464f86ac3d175eaa80af182" }
# dioxus-hooks = { git = "https://github.com/DioxusLabs/dioxus", rev = "640a3e00af272bfb3464f86ac3d175eaa80af182" }
# dioxus-signals = { git = "https://github.com/DioxusLabs/dioxus", rev = "640a3e00af272bfb3464f86ac3d175eaa80af182" }
# dioxus-core = { git = "https://github.com/DioxusLabs/dioxus", rev = "640a3e00af272bfb3464f86ac3d175eaa80af182" }
# dioxus-router = { git = "https://github.com/DioxusLabs/dioxus", rev = "640a3e00af272bfb3464f86ac3d175eaa80af182" }
# generational-box = { git = "https://github.com/DioxusLabs/dioxus", rev = "640a3e00af272bfb3464f86ac3d175eaa80af182" }

[workspace.dependencies]
freya = { path = "crates/freya", version = "0.3.0-rc.0" }
Expand All @@ -40,20 +40,21 @@ freya-components = { path = "crates/components", version = "0.3.0-rc.0" }
freya-testing = { path = "crates/testing", version = "0.3.0-rc.0" }
freya-engine = { path = "crates/engine", version = "0.3.0-rc.0" }
torin = { path = "crates/torin", version = "0.3.0-rc.0" }
dioxus-clipboard = "0.2.0"
dioxus-i18n = "0.3"

freya-native-core-macro = { path = "crates/native-core-macro", version = "0.3.0-rc.0" }
freya-native-core = { path = "crates/native-core", version = "0.3.0-rc.0" }

dioxus = { version = "0.6.1", default-features = false, features = ["macro", "signals", "hooks"]}
dioxus-rsx = { version = "0.6.1" }
dioxus-core-macro = { version = "0.6.1" }
dioxus-hooks = { version = "0.6.1" }
dioxus-signals = { version = "0.6.1" }
dioxus-core = { version = "0.6.1" }
dioxus-router = { version = "0.6.1", default-features = false }
generational-box = { version = "0.6.1" }
dioxus = { version = "0.6.2", default-features = false, features = ["macro", "signals", "hooks"] }
dioxus-rsx = { version = "0.6.2" }
dioxus-core-macro = { version = "0.6.2" }
dioxus-hooks = { version = "0.6.2" }
dioxus-signals = { version = "0.6.2" }
dioxus-core = { version = "0.6.2" }
dioxus-router = { version = "0.6.2", default-features = false }
generational-box = { version = "0.6.2" }

dioxus-clipboard = "0.2.0"
dioxus-i18n = "0.3"

skia-safe = { version = "0.80.0", features = ["gl", "textlayout", "svg"] }

Expand Down

0 comments on commit 4005814

Please sign in to comment.