qilin 0.3.2

Lightweight Game Engine for making fun 2d Games in Rust.
Documentation
1
2
3
4
5
6
7
8
9
/// Contains [crate::game::context::GameContext] struct
pub mod context;

/// Contains [game::Game] struct
pub mod game;

#[cfg(feature = "store")]
/// Contains common types for storing game data
pub mod store;