Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
runtime: Disable default
link
feature on metal
crate
Since we're only using a few types from the `metal` crate, this helper library has no reason or need to link against framework libraries (i.e. we don't call global static functions on them). Disable the `link` feature on the `metal` crate, but note that for now this won't disable it on the `core-graphics-types` crate until gfx-rs/metal-rs#330 is merged.
- Loading branch information