4 lines
75 B
Rust
4 lines
75 B
Rust
//! Build window-based GUI applications.
|
|
mod event;
|
|
|
|
pub use event::Event;
|