Cargo Features
[dependencies]
pathfinder_content = { version = "0.5.0", default-features = false, features = ["pf-image"] }
- default = pf-image
-
The
pf-image
feature is set by default wheneverpathfinder_content
is added without
somewhere in the dependency tree.default-features = false - pf-image default = image
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 pf-image
-
Enables image ^0.23