iced-yoda/native/src/window.rs

5 lines
75 B
Rust
Raw Normal View History

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