Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable default
link
feature on core-graphics-types
When the `link` feature was forwarded to `core-graphics-types` in its update in #297, it wasn't taken into account that the feature was enabled by default in https://togithub.com/servo/core-foundation-rs/pull/608, leading to the `link` feature to always remain enabled even if `default-features` are **disabled** on the `metal` crate. Disable the `link` feature by default on `core-graphics-types`, and rely on our (default-enabled) `link` feature to turn it back on from inside `metal`.
- Loading branch information