From 70f7cd31eb5055f80664c574e46003b202b2206f Mon Sep 17 00:00:00 2001 From: pml68 Date: Thu, 17 Apr 2025 00:29:42 +0200 Subject: feat(material_theme): implement `svg::Catalog` (under feature flag) --- crates/material_theme/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crates/material_theme/src/lib.rs') 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; -- cgit v1.2.3