diff options
| author | pml68 <contact@pml68.dev> | 2025-04-17 00:29:42 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-04-17 00:29:42 +0200 |
| commit | 70f7cd31eb5055f80664c574e46003b202b2206f (patch) | |
| tree | 2589b230be76d73bf562415508d98a5b1fa0c9f5 /crates/material_theme/src/lib.rs | |
| parent | feat(material_theme): implement `markdown::Catalog` (under feature flag) (diff) | |
| download | iced-builder-70f7cd31eb5055f80664c574e46003b202b2206f.tar.gz | |
feat(material_theme): implement `svg::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 e7ff343..a41dfd5 100644 --- a/crates/material_theme/src/lib.rs +++ b/crates/material_theme/src/lib.rs @@ -14,6 +14,8 @@ pub mod markdown; pub mod menu; pub mod pick_list; pub mod scrollable; +#[cfg(feature = "svg")] +pub mod svg; pub mod text; pub mod text_input; pub mod utils; |
