diff options
| author | pml68 <contact@pml68.dev> | 2025-04-17 00:30:03 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-04-17 00:30:03 +0200 |
| commit | b2b7dddb28732fbf8b070dd96922eb7df50318cb (patch) | |
| tree | c6a8a61844ad7caa5ef5ded376ec19851e1cf1fe /crates/material_theme/src/lib.rs | |
| parent | feat(material_theme): implement `svg::Catalog` (under feature flag) (diff) | |
| download | iced-builder-b2b7dddb28732fbf8b070dd96922eb7df50318cb.tar.gz | |
feat(material_theme): implement `qr_code::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 a41dfd5..06ad838 100644 --- a/crates/material_theme/src/lib.rs +++ b/crates/material_theme/src/lib.rs @@ -13,6 +13,8 @@ pub mod dialog; pub mod markdown; pub mod menu; pub mod pick_list; +#[cfg(feature = "qr_code")] +pub mod qr_code; pub mod scrollable; #[cfg(feature = "svg")] pub mod svg; |
