bevy/src/core/mod.rs
2020-01-11 01:46:51 -08:00

2 lines
33 B
Rust

pub mod time;
pub use time::Time;