emerald 0.3.214

A lite, fully featured 2D game engine.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod components;
mod engine;
mod handler;
mod mixer;
mod sound;

pub(crate) use engine::*;
pub use handler::*;
pub use mixer::*;
pub use sound::*;