Expand description
The official renderer for iced.
Re-exports§
pub use iced_wgpu as wgpu;
wgpu
pub use iced_graphics as graphics;
pub use iced_graphics::core;
Modules§
- fallback
- Compose existing renderers and create type-safe fallback strategies.
- geometry
geometry
- Build and draw geometry.
Type Aliases§
- Compositor
- The default graphics compositor for
iced
. - Renderer
- The default graphics renderer for
iced
.