From 68f4ed46b1846e27c03f23d0b98e3ce89dc497b8 Mon Sep 17 00:00:00 2001 From: pml68 Date: Sun, 13 Apr 2025 03:31:36 +0200 Subject: feat(material_theme): implement `pick_list::Catalog` --- theme_test/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'theme_test/Cargo.toml') 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"] } -- cgit v1.2.3