Skip to main content

ursus_ecs/
lib.rs

1pub mod components;
2pub mod systems;
3pub mod tick;
4
5pub use hecs::Entity;
6pub use hecs::World;
7pub use tick::{TickSchedule, TickSystem};