iced_wgpu 0.14.0

A renderer for iced on top of wgpu
Documentation
1
2
3
4
5
//! Display rendering results on windows.
pub mod compositor;

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