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.0 #2376

Merged
merged 1 commit into from
Jul 21, 2022

Conversation

kchibisov
Copy link
Member

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.

@maroider
Copy link
Member

I take it we're aiming to land this in v0.27.0?

@kchibisov
Copy link
Member Author

I take it we're aiming to land this in v0.27.0?

Yeah, I think so.

@kchibisov kchibisov added this to the Version 0.27 milestone Jul 15, 2022
src/platform_impl/android/mod.rs Outdated Show resolved Hide resolved
src/platform_impl/android/mod.rs Outdated Show resolved Hide resolved
src/event_loop.rs Outdated Show resolved Hide resolved
@maroider maroider mentioned this pull request Jul 16, 2022
4 tasks
@MarijnS95
Copy link
Member

I take it we're aiming to land this in v0.27.0?

Yeah, I think so.

Yeah, I'll land 0.5 in the imminent NDK release as well.

@kchibisov kchibisov requested a review from maroider July 19, 2022 15:30
@kchibisov
Copy link
Member Author

I've updated implementation and now use traits for it. Waiting on ndk to update, so android will start built.

@MarijnS95
Copy link
Member

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?

@kchibisov
Copy link
Member Author

kchibisov commented Jul 19, 2022

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™).

Copy link
Member

@maroider maroider left a 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.

src/lib.rs Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
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.
@kchibisov kchibisov marked this pull request as ready for review July 20, 2022 17:40
@kchibisov kchibisov requested a review from maroider July 20, 2022 19:01
@kchibisov kchibisov merged commit 653bc59 into rust-windowing:master Jul 21, 2022
@kchibisov kchibisov deleted the udpate-raw-window-handle branch July 21, 2022 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants