diff options
| author | pml68 <contact@pml68.dev> | 2025-04-17 00:28:53 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-04-17 00:28:53 +0200 |
| commit | b17edaf591c173495d1097f20684feb20d7db065 (patch) | |
| tree | aff442a9c34c1f8af3635e9f9dee6dbf89760cb1 /crates/material_theme/Cargo.toml | |
| parent | feat(material_theme): implement `checkbox::Catalog` (diff) | |
| download | iced-builder-b17edaf591c173495d1097f20684feb20d7db065.tar.gz | |
feat(material_theme): implement `markdown::Catalog` (under feature flag)
Diffstat (limited to 'crates/material_theme/Cargo.toml')
| -rw-r--r-- | crates/material_theme/Cargo.toml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/crates/material_theme/Cargo.toml b/crates/material_theme/Cargo.toml index 58c5e0c..0cfa571 100644 --- a/crates/material_theme/Cargo.toml +++ b/crates/material_theme/Cargo.toml @@ -13,10 +13,12 @@ rust-version = "1.85" [features] default = [] -# Provides support for animating with `iced_anim` +# Provides support for animating with `iced_anim`. animate = ["dep:iced_anim"] -# Provides support for `iced_dialog` +# Provides support for `iced_dialog`. dialog = ["dep:iced_dialog"] +# Provides support for the markdown widget. +markdown = ["iced_widget/markdown"] [dependencies] iced_widget = "0.14.0-dev" |
