iced/src/time.rs
Héctor Ramón Jiménez 0322e820eb
Create layout example
2024-01-10 10:01:41 +01:00

5 lines
151 B
Rust

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