2020-04-18 15:12:44 -04:00
|
|
|
//! Allow your users to visually track the progress of a computation.
|
2020-01-07 01:53:26 +01:00
|
|
|
//!
|
2020-04-18 15:12:44 -04:00
|
|
|
//! A [`ProgressBar`] has a range of possible values and a current value,
|
|
|
|
|
//! as well as a length, height and style.
|
2021-10-28 17:36:36 +07:00
|
|
|
pub use iced_graphics::progress_bar::*;
|