From 7a1df9e05c73c3d735792110a863f4cad8e7b96b Mon Sep 17 00:00:00 2001 From: pml68 Date: Thu, 17 Apr 2025 02:59:58 +0200 Subject: feat(material_theme): implement `radio::Catalog` --- crates/material_theme/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (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 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; -- cgit v1.2.3