1
 2
 3
 4
 5
 6
 7
 8
 9
10
#![crate_name = "focus"]

// 2D RUST GAME ENGINE FOR FOCUSED ENTROPY

// ENGINE MODULES
pub extern crate events;

pub extern crate input;
pub extern crate sound;
pub extern crate window;