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

@ -12,4 +12,4 @@ impl From<Color> for Background {
fn from(color: Color) -> Self {
Background::Color(color)
}
}
}