Cargo Features
[dependencies]
core-graphics = { version = "0.24.0", default-features = false, features = ["elcapitan", "highsierra", "link"] }
- default = link
-
The
link
feature is set by default whenevercore-graphics
is added without
somewhere in the dependency tree.default-features = false - elcapitan
- highsierra
- link default
-
Disable to manually link. Enabled by default.
Enables link of core-foundation and core-graphics-types