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 support for Apple Silicon by upgrading winit. #1043

Merged
merged 1 commit into from
Dec 13, 2020
Merged

Add support for Apple Silicon by upgrading winit. #1043

merged 1 commit into from
Dec 13, 2020

Conversation

frewsxcv
Copy link
Contributor

Closes #928

@frewsxcv frewsxcv mentioned this pull request Dec 10, 2020
@@ -17,7 +17,7 @@ pub enum MouseButton {
Left,
Right,
Middle,
Other(u8),
Other(u16),
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Moxinilian Moxinilian added dependencies A-Windowing Platform-agnostic interface layer to run your app in labels Dec 10, 2020
@mrk-its mrk-its mentioned this pull request Dec 13, 2020
@cart cart merged commit 9602b24 into bevyengine:master Dec 13, 2020
@cart
Copy link
Member

cart commented Dec 13, 2020

Thanks!

@fopsdev fopsdev mentioned this pull request Jan 24, 2021
@frewsxcv frewsxcv deleted the frewsxcv-winit branch May 12, 2021 02:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Windowing Platform-agnostic interface layer to run your app in
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Apple Silicon support
3 participants