pkecs 9.0.0

Another ECS implementation.
Documentation
1
2
3
4
5
//! PKaiser's entity-component-system (ECS).

pub mod app;
mod cell;
pub mod ecs;