summaryrefslogtreecommitdiff
path: root/material_theme/Cargo.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-04-08 01:13:38 +0200
committerpml68 <contact@pml68.dev>2025-04-15 23:48:59 +0200
commitc6a76e63604b16b9a14d5de6bd0ea91eea7f9bf2 (patch)
treea61216e02b04382df8f0a3219f6910e5828a5066 /material_theme/Cargo.toml
parentfix: custom theme Default changing between calls, missing `apply_options`s (diff)
downloadiced-builder-c6a76e63604b16b9a14d5de6bd0ea91eea7f9bf2.tar.gz
feat(material_theme): implement Catalog for iced_dialog (`dialog` feature)
Diffstat (limited to '')
-rw-r--r--material_theme/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/material_theme/Cargo.toml b/material_theme/Cargo.toml
index 5a48dc0..e88ce92 100644
--- a/material_theme/Cargo.toml
+++ b/material_theme/Cargo.toml
@@ -14,12 +14,15 @@ rust-version = "1.85"
[features]
default = []
animate = ["dep:iced_anim"]
+dialog = ["dep:iced_dialog"]
[dependencies]
iced_widget = "0.14.0-dev"
serde.workspace = true
toml.workspace = true
dark-light = "2.0.0"
+iced_dialog.workspace = true
+iced_dialog.optional = true
[dependencies.iced_anim]
workspace = true