Cargo Features
[dependencies]
ux-vg = { version = "0.2.9", default-features = false, features = ["image-loading", "debug_inspector", "serde"] }
- default = image-loading
-
The
image-loading
feature is set by default wheneverux-vg
is added without
somewhere in the dependency tree.default-features = false - image-loading default = image
- debug_inspector
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.
[profile.release]
debug = true
- image image-loading
-
Enables image ^0.23.6
- serde implicit feature
-
Enables serde
serde:
A generic serialization/deserialization framework