2020-04-30 05:37:44 +02:00
|
|
|
//! Listen and react to time.
|
2022-01-28 18:43:20 +07:00
|
|
|
pub use iced_core::time::{Duration, Instant};
|
|
|
|
|
|
2023-03-27 15:43:52 +02:00
|
|
|
#[allow(unused_imports)]
|
2022-01-28 18:24:07 +07:00
|
|
|
pub use iced_futures::backend::default::time::*;
|