iced_core/
time.rs

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