Expose ProgressBar in iced crate
This commit is contained in:
parent
60ac4faca0
commit
43de28ae15
2 changed files with 2 additions and 3 deletions
|
|
@ -1,8 +1,7 @@
|
||||||
use iced::{
|
use iced::{
|
||||||
settings::Window, slider, Background, Color, Column, Element, Length,
|
settings::Window, slider, Background, Color, Column, Element, Length,
|
||||||
Sandbox, Settings, Slider,
|
ProgressBar, Sandbox, Settings, Slider,
|
||||||
};
|
};
|
||||||
use iced_winit::ProgressBar;
|
|
||||||
|
|
||||||
pub fn main() {
|
pub fn main() {
|
||||||
Progress::run(Settings {
|
Progress::run(Settings {
|
||||||
|
|
|
||||||
|
|
@ -85,7 +85,7 @@ pub mod widget {
|
||||||
pub use iced_winit::svg::{Handle, Svg};
|
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)]
|
#[doc(no_inline)]
|
||||||
pub use {
|
pub use {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue