add(widget): primitive progressbar widget

This commit is contained in:
Songtronix 2020-01-01 17:27:14 +01:00
parent 26de688e68
commit d60f3b89a7
9 changed files with 239 additions and 5 deletions

View file

@ -50,7 +50,8 @@ pub fn button_state(element_state: winit::event::ElementState) -> ButtonState {
}
}
/// Convert some `ModifiersState` from [`winit`] to an [`iced_native`] modifiers state.
/// Convert some `ModifiersState` from [`winit`] to an [`iced_native`] modifiers
/// state.
///
/// [`winit`]: https://github.com/rust-windowing/winit
/// [`iced_native`]: https://github.com/hecrj/iced/tree/master/native

View file

@ -1,5 +1,4 @@
use std::collections::VecDeque;
use std::time;
use std::{collections::VecDeque, time};
#[derive(Debug)]
pub struct Debug {