summaryrefslogtreecommitdiff
path: root/theme_test
diff options
context:
space:
mode:
Diffstat (limited to 'theme_test')
-rw-r--r--theme_test/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/theme_test/Cargo.toml b/theme_test/Cargo.toml
index 29fcdc8..300a7af 100644
--- a/theme_test/Cargo.toml
+++ b/theme_test/Cargo.toml
@@ -5,6 +5,7 @@ edition = "2024"
[dependencies]
iced.workspace = true
+iced.features = ["debug"]
iced_anim.workspace = true
iced_dialog.workspace = true
material_theme = { path = "../crates/material_theme", features = ["dialog", "animate"] }