Add timer example

This commit is contained in:
Héctor Ramón Jiménez 2019-12-13 23:58:23 +01:00
parent e06a4d1ce4
commit ffa46898d9
3 changed files with 185 additions and 7 deletions

View file

@ -4,8 +4,6 @@ use iced::{
};
pub fn main() {
env_logger::init();
Events::run(Settings::default())
}