summaryrefslogtreecommitdiffstats
path: root/style/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar Clark Moody <clark@clarkmoody.com>2024-02-01 16:23:41 -0600
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-02-09 23:43:01 +0100
commitc2d82833a0d56660b66bb06a9fb6360f425416af (patch)
treecb506d15b15d99d77db446ec132c8fe926dc686e /style/src/lib.rs
parent99a3f25c5f95a144fee7d25b4607f7275abcfaa2 (diff)
downloadiced-c2d82833a0d56660b66bb06a9fb6360f425416af.tar.gz
iced-c2d82833a0d56660b66bb06a9fb6360f425416af.tar.bz2
iced-c2d82833a0d56660b66bb06a9fb6360f425416af.zip
Styling for QR Code using theme framework
Diffstat (limited to 'style/src/lib.rs')
-rw-r--r--style/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/style/src/lib.rs b/style/src/lib.rs
index e4097434..3c2865eb 100644
--- a/style/src/lib.rs
+++ b/style/src/lib.rs
@@ -24,6 +24,7 @@ pub mod menu;
pub mod pane_grid;
pub mod pick_list;
pub mod progress_bar;
+pub mod qr_code;
pub mod radio;
pub mod rule;
pub mod scrollable;