Thanks to visit codestin.com
Credit goes to lib.rs

Cargo Features

iced_renderer has no features set by default.

[dependencies]
iced_renderer = { version = "0.14.0", features = ["wgpu", "wgpu-bare", "tiny-skia", "image", "svg", "geometry", "web-colors", "webgl", "fira-sans", "strict-assertions", "x11", "wayland"] }
wgpu

Enables iced_wgpu

wgpu-bare = iced_wgpu
tiny-skia = iced_tiny_skia
image

Enables image of optional iced_tiny_skia and optional iced_wgpu

svg

Enables svg of optional iced_tiny_skia and optional iced_wgpu

geometry

Enables geometry of iced_graphics, optional iced_tiny_skia, and 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

strict-assertions

Enables strict-assertions of optional iced_wgpu

x11

Enables x11 of optional iced_tiny_skia

wayland

Enables wayland of optional iced_tiny_skia

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_tiny_skia tiny-skia?
iced_wgpu wgpu? wgpu-bare?