Cargo Features

ferrishot_iced_wgpu has no features set by default.

[dependencies]
ferrishot_iced_wgpu = { version = "0.14.1", features = ["geometry", "image", "svg", "web-colors", "webgl", "strict-assertions"] }
geometry = lyon

Enables geometry of ferrishot_iced_graphics

Affects ferrishot_iced_wgpu::geometry

image

Enables image of ferrishot_iced_graphics

svg

Enables svg of ferrishot_iced_graphics and text of resvg ^0.42

resvg:

Enables SVG Text support.
Adds around 400KiB to your binary.

web-colors

Enables web-colors of ferrishot_iced_graphics

webgl

Enables webgl of wgpu ^24.0

wgpu:

Enables the GLES backend on WebAssembly only.

strict-assertions

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.

lyon geometry?
resvg svg?

Enables resvg ^0.42