summaryrefslogtreecommitdiffstats
path: root/core/src/time.rs
blob: dcfe4e41229f9c6d59f82df295fcb2ee9e1d7950 (plain) (blame)
1
2
3
4
//! Keep track of time, both in native and web platforms!

pub use web_time::Duration;
pub use web_time::Instant;