diff options
| author | pml68 <contact@pml68.dev> | 2025-04-26 13:17:58 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-04-26 13:17:58 +0200 |
| commit | 3bdd724119eb2dbcb2480e441cd13f82575c6536 (patch) | |
| tree | 7db73d04dbb0c2f2450292b102e5c761af94cbaa /crates/material_theme/src/lib.rs | |
| parent | feat(material_theme): create an iced `Palette` for `iced::theme::Base` impl (diff) | |
| download | iced-builder-3bdd724119eb2dbcb2480e441cd13f82575c6536.tar.gz | |
feat(material_theme): implement `image::Catalog` (under feature flag)
Diffstat (limited to '')
| -rw-r--r-- | crates/material_theme/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/material_theme/src/lib.rs b/crates/material_theme/src/lib.rs index 569b06c..1b4f90e 100644 --- a/crates/material_theme/src/lib.rs +++ b/crates/material_theme/src/lib.rs @@ -9,6 +9,8 @@ pub mod combo_box; pub mod container; #[cfg(feature = "dialog")] pub mod dialog; +#[cfg(feature = "image")] +pub mod image; #[cfg(feature = "markdown")] pub mod markdown; pub mod menu; |
