summaryrefslogtreecommitdiff
path: root/theme_test/Cargo.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-04-13 03:31:36 +0200
committerpml68 <contact@pml68.dev>2025-04-15 23:52:40 +0200
commit68f4ed46b1846e27c03f23d0b98e3ce89dc497b8 (patch)
tree11a284c74966045a2f99fb7e62845e295ede54ec /theme_test/Cargo.toml
parentfeat(material_theme): add disabled scrollable `Style`s (diff)
downloadiced-builder-68f4ed46b1846e27c03f23d0b98e3ce89dc497b8.tar.gz
feat(material_theme): implement `pick_list::Catalog`
Diffstat (limited to '')
-rw-r--r--theme_test/Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/theme_test/Cargo.toml b/theme_test/Cargo.toml
index 34008eb..5ccbefa 100644
--- a/theme_test/Cargo.toml
+++ b/theme_test/Cargo.toml
@@ -5,4 +5,6 @@ edition = "2024"
[dependencies]
iced.workspace = true
-material_theme = { path = "../material_theme" }
+iced_anim.workspace = true
+iced_dialog.workspace = true
+material_theme = { path = "../material_theme", features = ["dialog", "animate"] }