oml-game 0.40.2-alpha

Game foundation extracted from Fiiish-RS to remove boilerplate for future procjects.
Documentation
1
2
3
4
5
6
7
8
9
pub mod window;
pub use window::Window;
pub use window::WindowCallbacks;
pub use window::WindowUserData;
pub mod window_update_context;
pub use window::WindowUpdateContext;
pub use window_update_context::ModifierKey;
pub mod window_layout;
pub use window_layout::WindowLayout;