iced/native/src/window.rs
2020-01-10 01:28:45 +01:00

4 lines
75 B
Rust

//! Build window-based GUI applications.
mod event;
pub use event::Event;