iced/core/src/time.rs
Héctor Ramón Jiménez e819c2390b
Update winit to 0.29.4
2023-12-15 13:39:00 +01:00

4 lines
114 B
Rust

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