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