focus 0.1.1

The Focused Entropy game engine for 2D game development
Documentation
1
2
3
4
5
6
7
8
9
10
#![crate_name = "focus"]

// 2D RUST GAME ENGINE FOR FOCUSED ENTROPY

// ENGINE MODULES
mod events;

mod graphics;
mod input;
mod sound;