Cargo Features
iced_graphics has no features set by default.
[dependencies]
iced_graphics = { version = "0.13.0", features = ["geometry", "image", "web-colors", "fira-sans"] }
- geometry = lyon_path
-
Affects
iced_graphics::geometry
… - image = kamadak-exif
-
Enables image ^0.24
Affects
image::load
… - svg web-colors
- fira-sans
-
Affects
text::FIRA_SANS_REGULAR
…
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.
- kamadak-exif image?
-
Enables kamadak-exif ^0.5
- lyon_path geometry?