Update iced to 0.13
This commit is contained in:
parent
98b4f45706
commit
47525c3682
2 changed files with 115 additions and 585 deletions
697
Cargo.lock
generated
697
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -41,7 +41,8 @@ version = "0.1.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
iced = { git = "https://github.com/iced-rs/iced.git", branch = "master" }
|
# iced = { git = "https://github.com/iced-rs/iced.git", branch = "master" }
|
||||||
|
iced = { version = "0.13" }
|
||||||
leptos = { version = "0.6", features = ["serde"] }
|
leptos = { version = "0.6", features = ["serde"] }
|
||||||
leptos_axum = { version = "0.6" }
|
leptos_axum = { version = "0.6" }
|
||||||
leptos_meta = { version = "0.6" }
|
leptos_meta = { version = "0.6" }
|
||||||
|
|
Loading…
Add table
Reference in a new issue