temper 0.2.0

A simulation-first Rust game engine
Documentation
1
2
3
4
5
use temper::prelude::*;

fn main() {
    App::new().run();
}