vert 0.1.1

The 51th Rust Game Engine, to write the 6th Game in Rust
Documentation
1
2
3
4
5
use super::AppBuilder;

pub trait Plugin {
    fn add(&self, app: &mut AppBuilder);
}