Expand description
Chunk-based ECS core for Sky.
The crate owns entities, component storage, typed queries, resources, commands, scheduling, and the lightweight plugin installation protocol.
Re-exports§
pub use plugin::Plugin;pub use plugin::PluginError;pub use plugin::PluginRegistry;pub use plugin::PluginResult;pub use ecs::*;