blob: df4f5ec6d796012b8976a2818050e214c371931a (
plain) (
blame)
1
2
3
4
5
|
//! 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_native::progress_bar::*;
|