temper 0.2.0

A simulation-first Rust game engine
Documentation
1
2
3
4
5
use crate::core::app::App;

pub trait Plugin {
    fn build(&self, app: &mut App);
}