Cargo Features

iced_renderer has no features set by default.

[dependencies]
iced_renderer = { version = "0.12.1", features = ["wgpu", "image", "svg", "geometry", "tracing", "web-colors", "webgl", "fira-sans"] }
wgpu = iced_wgpu
image

Enables image of iced_tiny_skia and optional iced_wgpu

svg

Enables svg of iced_tiny_skia and optional iced_wgpu

geometry

Enables geometry of iced_graphics, iced_tiny_skia, and optional iced_wgpu

Affects iced_renderer::geometry

tracing

Enables tracing of optional iced_wgpu

web-colors

Enables web-colors of optional iced_wgpu

webgl

Enables webgl of optional iced_wgpu

fira-sans

Enables fira-sans of iced_graphics

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

iced_wgpu wgpu?