Cargo Features

[dependencies]
core-graphics = { version = "0.23.2", default-features = false, features = ["elcapitan", "highsierra", "link"] }
default = link

The link feature is set by default whenever core-graphics is added without default-features = false somewhere in the dependency tree.

elcapitan
highsierra

Disable to manually link. Enabled by default.

Enables link of core-foundation and core-graphics-types