Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runtime: Disable default link feature on metal crate #21

Merged
merged 2 commits into from
Jul 23, 2024

Conversation

MarijnS95
Copy link
Member

@MarijnS95 MarijnS95 commented Jul 16, 2024

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.

Caution

For now this won't disable it on the core-graphics-types crate until gfx-rs/metal-rs#330 is merged.

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.
@MarijnS95 MarijnS95 added this pull request to the merge queue Jul 23, 2024
Merged via the queue into main with commit 700fce9 Jul 23, 2024
4 checks passed
@tosti007 tosti007 deleted the runtime-no-link branch July 23, 2024 08:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants