summaryrefslogblamecommitdiffstats
path: root/native/src/window.rs
blob: 220bb3be2fdbb8bf03ad0aff5f00fd2b89f42ca6 (plain) (tree)
1
2
3
4



                                        
//! Build window-based GUI applications.
mod event;

pub use event::Event;