Expand description
Re-exports§
pub use schedule::AppSchedule;
pub use magma_ecs;
pub use magma_ecs::rayon;
Modules§
- entities
- Provides the
Entities
struct as well asquery_entity
modules. - error
- module
- Support for adding
Module
s - resources
- Provides the
Resources
struct. - schedule
- The
AppSchedule
trait and default schedules. - systems
- Provides the
Systems
struct, from which aDispatcher
can be created.