summaryrefslogtreecommitdiffstats
path: root/src/time.rs
blob: f10f7a5efda318f6fe3f40e77e2cf3fd383d1b9d (plain) (blame)
1
2
3
4
5
//! Listen and react to time.
pub use iced_core::time::{Duration, Instant};

#[allow(unused_imports)]
pub use iced_futures::backend::default::time::*;