summaryrefslogtreecommitdiffstats
path: root/style/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector@hecrj.dev>2024-02-10 00:12:54 +0100
committerLibravatar GitHub <noreply@github.com>2024-02-10 00:12:54 +0100
commit7ee00e751a8fe5cedadeeb478c6f0e7d6a5dc0dc (patch)
treeb8929e4c9c61af800f1dba8664f19a15c0dc13a2 /style/src/lib.rs
parent99a3f25c5f95a144fee7d25b4607f7275abcfaa2 (diff)
parent564ad95806efd1259a2244a685b648346b460abf (diff)
downloadiced-7ee00e751a8fe5cedadeeb478c6f0e7d6a5dc0dc.tar.gz
iced-7ee00e751a8fe5cedadeeb478c6f0e7d6a5dc0dc.tar.bz2
iced-7ee00e751a8fe5cedadeeb478c6f0e7d6a5dc0dc.zip
Merge pull request #2229 from clarkmoody/custom-qr-style
QR Code Styling
Diffstat (limited to '')
-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;