-
Notifications
You must be signed in to change notification settings - Fork 910
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.0 #2376
Update raw-window-handle to v0.5.0 #2376
Conversation
I take it we're aiming to land this in |
Yeah, I think so. |
d9b3719
to
ca63edb
Compare
Yeah, I'll land |
I've updated implementation and now use traits for it. Waiting on ndk to update, so android will start built. |
You might get away with bumping the commit hash to rust-mobile/ndk@814be08? |
Yeah, but I don't mind waiting for you to release ndk, given that it'll be this week according to you (can't wait™). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should be mostly good to go now.
This updates raw-window-handle to v0.5.0. The change is breaking and removes the old `HasRawWindowHandle` trait implementation, but that's intentional given that internal structs got renamed.
366aa5a
to
84bca1f
Compare
This updates raw-window-handle to v0.5.0. The change is breaking
and removes the old
HasRawWindowHandle
trait implementation,but that's intentional given that internal structs got renamed.