//! Latticeon engine: ECS and future modules (render, input, etc.).
//!
//! Use the ECS via [`ecs`] or the [prelude](ecs::prelude):
//!
//! ```ignore
//! use latticeon::ecs::prelude::*;
//! use latticeon::ecs::Universe;
//! ```
/// Re-exports for convenience when using the full engine.
pub use ;
pub use prelude as ecs_prelude;