iced/core/src/time.rs
2024-02-28 16:06:55 +01:00

5 lines
144 B
Rust

//! Keep track of time, both in native and web platforms!
pub use web_time::Duration;
pub use web_time::Instant;
pub use web_time::SystemTime;