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

pub use compositor::Compositor;
pub use event::Event;