-
Notifications
You must be signed in to change notification settings - Fork 112
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
Example does not support the latest winit #294
Comments
You have to use the |
I noticed that the logs for the release version of winit have instructions for using raw_window_handle. But I didn't find any example or description of winit with raw_window_handle. |
You might want to look at https://github.com/norse-rs/raw-window-metal which takes care of part of the conversion :) |
@Rottenfront that link points to the main repo here which is still on Winit 0.27. Did you mean to point to a fork? |
@MarijnS95 oh, I'm sorry, I meant this https://github.com/rust-skia/rust-skia/blob/master/skia-safe/examples/metal-window/main.rs |
Nice, yeah part of that is what |
Example does not support the latest winit
winit = 0.29.0 api has undergone a destructive change. Can't get NSView via window.ns_view(), set MetalView inside window.
I don't know what to do and would like help
The text was updated successfully, but these errors were encountered: