//! This crate implements various types and utilities used across Digital
//! Extinction.
//!
//! It is lightweight and without mandatory dependency on Bevy so it can be
//! used outside of the game itself (for example in DE Connector).
pub mod objects;
pub mod path;
pub mod player;
pub mod projection;