From 385187e2db4681b99a5dcef30a0c170f8c60546a Mon Sep 17 00:00:00 2001 From: pml68 Date: Thu, 17 Apr 2025 00:01:09 +0200 Subject: feat(material_theme): implement `checkbox::Catalog` --- crates/material_theme/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crates/material_theme/Cargo.toml') 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] -- cgit v1.2.3