summaryrefslogtreecommitdiffstats
path: root/style/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-01-07 02:54:54 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-01-07 02:54:54 +0100
commited30b487d649ffa0967ab8bfd66f4820ee2150fd (patch)
treead526010370f4e17f6131a28dd77a91a2a3660c4 /style/src/lib.rs
parent387fc0be26ccd1adc66c1dc80420f9b08d0c023a (diff)
downloadiced-ed30b487d649ffa0967ab8bfd66f4820ee2150fd.tar.gz
iced-ed30b487d649ffa0967ab8bfd66f4820ee2150fd.tar.bz2
iced-ed30b487d649ffa0967ab8bfd66f4820ee2150fd.zip
Implement styling for `Checkbox`
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 991e0644..e0f56594 100644
--- a/style/src/lib.rs
+++ b/style/src/lib.rs
@@ -1,4 +1,5 @@
pub mod button;
+pub mod checkbox;
pub mod container;
pub mod progress_bar;
pub mod radio;