summaryrefslogtreecommitdiffstats
path: root/style/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-08-22 21:25:06 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-08-22 21:25:06 +0200
commit2ce5df084456a92ed1a228738816cf8398b2e918 (patch)
tree57eae346361880dc9dbbc15a42a56e001e20c5ff /style/src/lib.rs
parentbbc6e91429ff94c3792de9d874999818b2c84a9b (diff)
parentfed30ef7753bbe33af026f1f46a09d8381682284 (diff)
downloadiced-2ce5df084456a92ed1a228738816cf8398b2e918.tar.gz
iced-2ce5df084456a92ed1a228738816cf8398b2e918.tar.bz2
iced-2ce5df084456a92ed1a228738816cf8398b2e918.zip
Merge branch 'feature/rule-widget' into master
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 8e402bb1..3d23d990 100644
--- a/style/src/lib.rs
+++ b/style/src/lib.rs
@@ -11,6 +11,7 @@ pub mod menu;
pub mod pick_list;
pub mod progress_bar;
pub mod radio;
+pub mod rule;
pub mod scrollable;
pub mod slider;
pub mod text_input;