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

Add SDL2 patch to fix metal detection for macOS/iOS #1030

Merged
merged 1 commit into from
Sep 18, 2020

Conversation

aclysma
Copy link
Contributor

@aclysma aclysma commented Sep 18, 2020

This fixes #1028 by patching in a change that is upstreamed but not in 2.0.12
https://hg.libsdl.org/SDL/rev/e7828d3a7576

@aclysma
Copy link
Contributor Author

aclysma commented Sep 18, 2020

Just to add clarity.. an upstream error in SDL2 2.0.12 is causing sdl2-sys 0.34.3 to have metal/vulkan disabled on macOS/iOS when using the "bundled" feature. This breaks downstream apps using this crate on macOS. Merging this and releasing as 0.34.4 should fix those downstream issues.

@Cobrand
Copy link
Member

Cobrand commented Sep 18, 2020

Thanks for the hard work!

@Cobrand Cobrand merged commit 6fe93cc into Rust-SDL2:master Sep 18, 2020
@aclysma aclysma mentioned this pull request Sep 19, 2020
sypwex pushed a commit to sypwex/rust-sdl2 that referenced this pull request Jun 2, 2024
Add SDL2 patch to fix metal detection for macOS/iOS
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.

macOS/MoltenVK issue on SDL 2.0.12
2 participants