1
2
3
4
//! Build window-based GUI applications.
mod event;

pub use event::Event;