summaryrefslogtreecommitdiff
path: root/crates/material_theme/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/material_theme/Cargo.toml')
-rw-r--r--crates/material_theme/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/material_theme/Cargo.toml b/crates/material_theme/Cargo.toml
index eef9605..58c5e0c 100644
--- a/crates/material_theme/Cargo.toml
+++ b/crates/material_theme/Cargo.toml
@@ -13,7 +13,9 @@ rust-version = "1.85"
[features]
default = []
+# Provides support for animating with `iced_anim`
animate = ["dep:iced_anim"]
+# Provides support for `iced_dialog`
dialog = ["dep:iced_dialog"]
[dependencies]