iced_wgpu 0.2.0

A wgpu renderer for Iced
Documentation
mod button;
mod checkbox;
mod column;
mod container;
mod pane_grid;
mod progress_bar;
mod radio;
mod row;
mod scrollable;
mod slider;
mod space;
mod text;
mod text_input;

#[cfg(feature = "svg")]
mod svg;

#[cfg(feature = "image")]
mod image;