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 01:53:26 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-01-07 01:53:26 +0100
commit48b3b78a3840778eef1035f4585d5ba9dd3d6291 (patch)
tree2df86a26f9961969b4f8da38c145b123162f0923 /style/src/lib.rs
parentfce89d0ffe36111cdbf42480c28e67811afb42e6 (diff)
downloadiced-48b3b78a3840778eef1035f4585d5ba9dd3d6291.tar.gz
iced-48b3b78a3840778eef1035f4585d5ba9dd3d6291.tar.bz2
iced-48b3b78a3840778eef1035f4585d5ba9dd3d6291.zip
Implement styling for `ProgressBar`
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 4b8d339e..3f3dc0b0 100644
--- a/style/src/lib.rs
+++ b/style/src/lib.rs
@@ -1,5 +1,6 @@
pub mod button;
pub mod container;
+pub mod progress_bar;
pub mod scrollable;
pub mod slider;
pub mod text_input;