iced_wgpu 0.2.0

A wgpu renderer for Iced
Documentation
1
2
3
4
5
6
//! Display rendering results on windows.
mod backend;
mod swap_chain;

pub use backend::Backend;
pub use swap_chain::SwapChain;