summaryrefslogtreecommitdiff
path: root/theme_test/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'theme_test/Cargo.toml')
-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"] }