cobject 0.1.1

A game engine that uses minifb as a foundation and currently only supports 2D.
Documentation
1
2
3
4
5
macro_rules! _debug {
    ($e: item) => {
        println!("{}:{}", stringify!($e), $e);
    };
}