iced/glow/src/window.rs
2020-05-19 14:23:28 +02:00

6 lines
129 B
Rust

//! Display rendering results on windows.
mod backend;
mod swap_chain;
pub use backend::Backend;
pub use swap_chain::SwapChain;