zenthra-platform 0.1.2

Windowing and platform abstraction layer for the Zenthra UI framework
Documentation
1
2
3
4
5
6
pub mod app;
pub mod window;

pub use app::App;
pub use window::Window;
pub mod event;