nightshade 0.57.0

A cross-platform data-oriented game engine.
Documentation
1
2
3
4
//! The frame clock. The [`Time`] type lives in `nightshade-ecs`; this module
//! re-exports it so `crate::ecs::time::Time` keeps resolving across the engine.

pub use nightshade_ecs::time::Time;