summaryrefslogtreecommitdiff
path: root/iced_builder/Cargo.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.me>2024-11-06 14:22:41 +0100
committerpml68 <contact@pml68.me>2024-11-06 16:26:36 +0100
commit65d3c249c9da370e26521a5ff409b6e6fdad4779 (patch)
treeac8f2a1d05e481da6d3f82cce6081b853a71269c /iced_builder/Cargo.toml
parentfix: error when dropping new element on element list (diff)
downloadiced-builder-65d3c249c9da370e26521a5ff409b6e6fdad4779.tar.gz
feat: animated theme switching with `iced_anim` crate
c c
Diffstat (limited to 'iced_builder/Cargo.toml')
-rw-r--r--iced_builder/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/iced_builder/Cargo.toml b/iced_builder/Cargo.toml
index e62f965..5676d8a 100644
--- a/iced_builder/Cargo.toml
+++ b/iced_builder/Cargo.toml
@@ -11,6 +11,7 @@ keywords = ["gui", "iced"]
[dependencies]
iced = { version = "0.13.1", features = [ "image","svg","canvas","qr_code","advanced","tokio","highlighter"] }
iced_aw = { version = "0.11.0", default-features = false, features = ["menu","color_picker"] }
+iced_anim = { version = "0.1.4", features = ["derive", "serde"] }
iced_drop = { path = "../iced_drop" }
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.132"