iced-yoda/native/src/window.rs

7 lines
114 B
Rust
Raw Normal View History

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