e2r 0.2.0

experimental rendering engine in rust
Documentation
1
2
3
4
5
#[allow(non_camel_case_types)]
pub trait i_init {
    fn init( & mut self ) -> bool;
    fn deinit( & mut self ) -> bool;
}