hewn 0.1.0-alpha.3

A simple game engine built for educational purposes.
Documentation
1
2
3
4
#[cfg(not(target_arch = "wasm32"))]
pub mod render;
#[cfg(not(target_arch = "wasm32"))]
pub mod runtime;