summaryrefslogtreecommitdiffstats
path: root/wgpu/src/window.rs
blob: 9545a14e5bbd70604d4ca5cf635154f30b67a1e6 (plain) (blame)
1
2
3
4
5
//! Display rendering results on windows.
pub mod compositor;

pub use compositor::Compositor;
pub use wgpu::Surface;