Cargo Features
[dependencies]
iced_tiny_skia = { version = "0.14.0", default-features = false, features = ["image", "svg", "geometry", "x11", "wayland"] }
- default = wayland, x11
-
These default features are set whenever
iced_tiny_skiais added withoutsomewhere in the dependency tree.default-features = false - image
-
Enables image of iced_graphics
- svg = resvg
-
Enables svg of iced_graphics
- geometry
-
Enables geometry of iced_graphics
Affects
iced_tiny_skia::geometry… - x11 default
-
Enables x11 and x11-dlopen of softbuffer
- wayland default
-
Enables wayland and wayland-dlopen of softbuffer
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.