summaryrefslogtreecommitdiff
path: root/theme_test
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-04-25 11:30:46 +0200
committerpml68 <contact@pml68.dev>2025-04-25 11:30:57 +0200
commitf9f854f124d4676e8c79adeda6bfaceba586805f (patch)
tree2906bff72f25e3df7f9fd4fb4363c6e07eae99c6 /theme_test
parentrefactor(material_theme): make `Theme` `Copy`, add `Theme::ALL` constant (diff)
downloadiced-builder-f9f854f124d4676e8c79adeda6bfaceba586805f.tar.gz
feat(material_theme): create an iced `Palette` for `iced::theme::Base` impl
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"] }