1 2 3 4 5 6
mod handle; mod window_event; pub mod prelude { pub use crate::{handle::SendableWindowHandle, window_event::WindowEvent}; }