unen_window 0.0.1

Window crate for UnnamedEngine
Documentation
1
2
3
4
5
6
mod handle;
mod window_event;

pub mod prelude {
    pub use crate::{handle::SendableWindowHandle, window_event::WindowEvent};
}