Create layout example

This commit is contained in:
Héctor Ramón Jiménez 2023-03-27 15:43:52 +02:00 committed by Héctor Ramón Jiménez
parent fd8f980b88
commit 0322e820eb
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
5 changed files with 135 additions and 2 deletions

View file

@ -1,4 +1,5 @@
//! Listen and react to time.
pub use iced_core::time::{Duration, Instant};
#[allow(unused_imports)]
pub use iced_futures::backend::default::time::*;