figs 0.0.1

Simple 2D game framework using MiniFB
Documentation
1
2
3
4
5
6
7
pub mod assets;
pub mod audio;
pub mod canvas;
pub mod entity;
pub mod input;
pub mod prelude;
pub mod util;