4 lines
126 B
Rust
4 lines
126 B
Rust
//! Listen and react to time.
|
|
pub use iced_core::time::{Duration, Instant};
|
|
|
|
pub use iced_futures::backend::default::time::*;
|