Merge branch 'image_and_progress-bar'

This commit is contained in:
Héctor Ramón Jiménez 2019-09-03 13:48:01 +02:00
commit b08c999ac8
3 changed files with 248 additions and 0 deletions

View file

@ -25,13 +25,17 @@ mod row;
pub mod button;
pub mod checkbox;
pub mod image;
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 radio::Radio;
pub use row::Row;
pub use slider::Slider;