Update iced to 0.13

This commit is contained in:
Tristan D. 2025-01-31 18:45:24 +01:00
parent 98b4f45706
commit 47525c3682
Signed by: tristan
SSH key fingerprint: SHA256:9oFM1J63hYWJjCnLG6C0fxBS15rwNcWwdQNMOHYKJ/4
2 changed files with 115 additions and 585 deletions

697
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -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" }