iced/native/src/window.rs
2020-05-20 20:28:35 +02:00

4 lines
75 B
Rust

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