iced/glow/src/widget/progress_bar.rs
2021-10-28 18:04:27 +07:00

6 lines
232 B
Rust

//! Allow your users to visually track the progress of a computation.
//!
//! A [`ProgressBar`] has a range of possible values and a current value,
//! as well as a length, height and style.
pub use iced_graphics::progress_bar::*;