-
Notifications
You must be signed in to change notification settings - Fork 567
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 HasRawWindowHandle for WindowHandle in druid #1828
Conversation
Note: CI failing due to clippy and existing changes in |
rebasing should fix CI |
Any way to nudge this along? I've kicked the tires on this a little bit and it's very useful! I'd love to be able to switch back to |
@playmer Feel free to cherry-pick this commit into a new PR that is based off the current master? I will be happy to merge that. |
I'll have a look at rebasing. |
Expose the `HasRawWindowHandle` trait impl of druid-shell for `WindowHandle` into druid itself, so druid users can access it. This is also under a `raw-win-handle` feature, like the druid-shell one. Bug: linebender#1505
What the heck happened? I just pushed to my branch and that closed the PR?! |
All green @cmyr, if someone can review/merge. Thanks! |
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.
Thanks!
Expose the
HasRawWindowHandle
trait impl of druid-shell forWindowHandle
into druid itself, so druid users can access it. Thisis also under a
raw-win-handle
feature, like the druid-shell one.Bug: #1505