summaryrefslogtreecommitdiff
path: root/crates/material_theme/src/lib.rs
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-04-17 02:59:58 +0200
committerpml68 <contact@pml68.dev>2025-04-17 02:59:58 +0200
commit7a1df9e05c73c3d735792110a863f4cad8e7b96b (patch)
tree876aee32b175250890135a2018d76e1e90cc63bb /crates/material_theme/src/lib.rs
parentfeat(material_theme): implement `progress_bar::Catalog` (diff)
downloadiced-builder-7a1df9e05c73c3d735792110a863f4cad8e7b96b.tar.gz
feat(material_theme): implement `radio::Catalog`
Diffstat (limited to 'crates/material_theme/src/lib.rs')
-rw-r--r--crates/material_theme/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/material_theme/src/lib.rs b/crates/material_theme/src/lib.rs
index a68f0ae..cbebdc9 100644
--- a/crates/material_theme/src/lib.rs
+++ b/crates/material_theme/src/lib.rs
@@ -17,6 +17,7 @@ pub mod pick_list;
pub mod progress_bar;
#[cfg(feature = "qr_code")]
pub mod qr_code;
+pub mod radio;
pub mod scrollable;
#[cfg(feature = "svg")]
pub mod svg;