summaryrefslogtreecommitdiffstats
path: root/native/src/window.rs
blob: 4dcae62f42ae2285c0795fac081ea2bc8d7ed17b (plain) (blame)
1
2
3
4
5
6
//! Build window-based GUI applications.
mod backend;
mod event;

pub use backend::Backend;
pub use event::Event;