diff options
| author | pml68 <contact@pml68.dev> | 2025-04-17 00:01:09 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-04-17 00:01:09 +0200 |
| commit | 385187e2db4681b99a5dcef30a0c170f8c60546a (patch) | |
| tree | 78c39329d74545885b0155e84af282cf487e568e /crates/material_theme/Cargo.toml | |
| parent | refactor(PKGBUILD): use `printf` over `echo` in `pkgver` (diff) | |
| download | iced-builder-385187e2db4681b99a5dcef30a0c170f8c60546a.tar.gz | |
feat(material_theme): implement `checkbox::Catalog`
Diffstat (limited to '')
| -rw-r--r-- | crates/material_theme/Cargo.toml | 2 |
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] |
