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 raw-window-handle to v0.5 #20

Merged
merged 1 commit into from
Apr 11, 2023

Conversation

TobTobXX
Copy link
Contributor

Update raw-window-handle to v0.5. This mainly consisted of using the
newly added RawDisplayHandle trait instead of the previously used
RawWindowHandle trait. For the Linux implementation, this also included
updating winit to v0.27

Context: I am trying to update a rust game to winit v0.27, because that fixes a nasty bug, but raw-window-handle v0.3 is holding me back. The game uses your library and thus also uses raw-window-handle v0.3.

Update raw-window-handle to v0.5. This mainly consisted of using the
newly added RawDisplayHandle trait instead of the previously used
RawWindowHandle trait. For the Linux implementation, this also included
updating winit to v0.27
@TobTobXX
Copy link
Contributor Author

TobTobXX commented Jul 27, 2022

... oh btw, this is a breaking change, as the raw-window-handel interface is exposed.

Copy link
Owner

@hecrj hecrj left a comment

Choose a reason for hiding this comment

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

Thanks! Sorry for the wait!

@hecrj hecrj merged commit 0297973 into hecrj:master Apr 11, 2023
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