Cargo Features
iced_renderer has no features set by default.
[dependencies]
iced_renderer = { version = "0.13.0", features = ["wgpu", "tiny-skia", "image", "svg", "geometry", "web-colors", "webgl", "fira-sans"] }
- wgpu = 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
- 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.