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

Update dependencies: glutin 0.29, winit 0.27, and more #700

Merged
merged 6 commits into from
Jul 30, 2022
Merged

Conversation

iceiix
Copy link
Owner

@iceiix iceiix commented Jul 30, 2022

No description provided.

@iceiix iceiix merged commit ba3cf43 into master Jul 30, 2022
@iceiix iceiix deleted the deps14 branch July 30, 2022 22:54
@iceiix iceiix mentioned this pull request Aug 8, 2022
iceiix added a commit that referenced this pull request Aug 28, 2022
The glutin/winit update in #700 changed set_cursor_grab from a bool to
an enum, but always used CursorGrabMode::Locked, which is only available
on macOS. Conditionally compile to use CursorGrabMode::Confined otherwise.
Fixes #714 and fixes #713 

* set_cursor_grab failed with NotSupported(NotSupportedError) on Linux
Patch from #714

* cargo fmt

Co-authored-by: inferno <[email protected]>
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.

1 participant