Expand description
Re-exports§
pub use schedule::AppSchedule;pub use magma_ecs;pub use magma_ecs::rayon;
Modules§
- entities
- Provides the
Entitiesstruct as well asquery_entitymodules. - error
- module
- Support for adding
Modules - resources
- Provides the
Resourcesstruct. - schedule
- The
AppScheduletrait and default schedules. - systems
- Provides the
Systemsstruct, from which aDispatchercan be created.