diff options
| author | pml68 <contact@pml68.dev> | 2025-04-13 03:31:36 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-04-15 23:52:40 +0200 |
| commit | 68f4ed46b1846e27c03f23d0b98e3ce89dc497b8 (patch) | |
| tree | 11a284c74966045a2f99fb7e62845e295ede54ec /theme_test/Cargo.toml | |
| parent | feat(material_theme): add disabled scrollable `Style`s (diff) | |
| download | iced-builder-68f4ed46b1846e27c03f23d0b98e3ce89dc497b8.tar.gz | |
feat(material_theme): implement `pick_list::Catalog`
Diffstat (limited to 'theme_test/Cargo.toml')
| -rw-r--r-- | theme_test/Cargo.toml | 4 |
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"] } |
