-
-
Notifications
You must be signed in to change notification settings - Fork 478
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
OSX: examples not working on Rust nightly since 2018-03-15 #1005
Comments
Seems to be related to: |
Looks like has been fixed in winit 0.11.3, but there hasn't been a glutin update to bump the dep yet. (it's still pointing at 0.11.2) |
Ah, excellent. Seems like I just stumbled into this a couple days early... otherwise I wouldn't have even noticed! |
Yeah, I've been following along in the shadows for a few days, myself. Yesterday I was working on updating |
On OSX, all glutin examples panic with "Segmentation fault: 11" on Rust nightlies newer than nightly-2018-03-15.
Here the output of the window example:
The text was updated successfully, but these errors were encountered: