iced-yoda/core/src/time.rs

5 lines
114 B
Rust
Raw Normal View History

//! Keep track of time, both in native and web platforms!
2023-12-15 13:15:44 +01:00
pub use web_time::Duration;
pub use web_time::Instant;