Cargo Features
[dependencies]
nanachi = { version = "0.0.4", default-features = false, features = ["path-data-notation", "image-crate"] }
- default = image-crate, path-data-notation
-
These default features are set whenever
nanachi
is added without
somewhere in the dependency tree.default-features = false - path-data-notation default
-
Affects
nanachi::path_data_notation
… - image-crate default = image
-
Affects
compositor::image_rgb_rgba
,nanachi::image_crate_adapter
…
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.
- image image-crate
-
Enables image ^0.23