summaryrefslogblamecommitdiffstats
path: root/wgpu/src/window.rs
blob: aac5fb9ed8a882a182ee3b0f3e9318f6434d0f05 (plain) (tree)
1
2
3
4
                                         
               
 
                               
//! Display rendering results on windows.
mod compositor;

pub use compositor::Compositor;