shiv 0.1.0-alpha.10

A simple modern Entity Component System
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
mod executor;
mod label;
mod parallel_executor;
mod run_criteria;
mod schedule;
mod stage;
mod system_container;
mod system_descriptor;

pub use executor::*;
pub use label::*;
pub use parallel_executor::*;
pub use run_criteria::*;
pub use schedule::*;
pub use stage::*;
pub use system_container::*;
pub use system_descriptor::*;