Expose ProgressBar
in iced
crate
This commit is contained in:
parent
60ac4faca0
commit
43de28ae15
@ -1,8 +1,7 @@
|
||||
use iced::{
|
||||
settings::Window, slider, Background, Color, Column, Element, Length,
|
||||
Sandbox, Settings, Slider,
|
||||
ProgressBar, Sandbox, Settings, Slider,
|
||||
};
|
||||
use iced_winit::ProgressBar;
|
||||
|
||||
pub fn main() {
|
||||
Progress::run(Settings {
|
||||
|
@ -85,7 +85,7 @@ pub mod widget {
|
||||
pub use iced_winit::svg::{Handle, Svg};
|
||||
}
|
||||
|
||||
pub use iced_winit::{Checkbox, Radio, Text};
|
||||
pub use iced_winit::{Checkbox, ProgressBar, Radio, Text};
|
||||
|
||||
#[doc(no_inline)]
|
||||
pub use {
|
||||
|
Loading…
Reference in New Issue
Block a user