summaryrefslogtreecommitdiffstats
path: root/src/widget.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/widget.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/widget.rs b/src/widget.rs
index b8ecb409..30606934 100644
--- a/src/widget.rs
+++ b/src/widget.rs
@@ -26,16 +26,16 @@ mod row;
pub mod button;
pub mod checkbox;
pub mod image;
-pub mod progress_bar;
+//pub mod progress_bar;
pub mod radio;
pub mod slider;
pub mod text;
pub use button::Button;
pub use checkbox::Checkbox;
-pub use image::Image;
pub use column::Column;
-pub use progress_bar::ProgressBar;
+pub use image::Image;
+//pub use progress_bar::ProgressBar;
pub use radio::Radio;
pub use row::Row;
pub use slider::Slider;