iced/native/src/window.rs
2020-02-09 03:25:13 +01:00

6 lines
114 B
Rust

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