summaryrefslogtreecommitdiff
path: root/crates/material_theme/src/lib.rs
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-04-17 00:28:53 +0200
committerpml68 <contact@pml68.dev>2025-04-17 00:28:53 +0200
commitb17edaf591c173495d1097f20684feb20d7db065 (patch)
treeaff442a9c34c1f8af3635e9f9dee6dbf89760cb1 /crates/material_theme/src/lib.rs
parentfeat(material_theme): implement `checkbox::Catalog` (diff)
downloadiced-builder-b17edaf591c173495d1097f20684feb20d7db065.tar.gz
feat(material_theme): implement `markdown::Catalog` (under feature flag)
Diffstat (limited to 'crates/material_theme/src/lib.rs')
-rw-r--r--crates/material_theme/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/material_theme/src/lib.rs b/crates/material_theme/src/lib.rs
index 2440538..e7ff343 100644
--- a/crates/material_theme/src/lib.rs
+++ b/crates/material_theme/src/lib.rs
@@ -9,6 +9,8 @@ pub mod checkbox;
pub mod container;
#[cfg(feature = "dialog")]
pub mod dialog;
+#[cfg(feature = "markdown")]
+pub mod markdown;
pub mod menu;
pub mod pick_list;
pub mod scrollable;