-
Notifications
You must be signed in to change notification settings - Fork 60
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 to glutin 0.21.0. Closes #157 #160
Conversation
Compiles and runs, but breaks compiling wasm build due to changing from custom fork iceiix/glutin#1 WebAssembly compile stub. Also iceiix/winit#2 Allow compiling winit to wasm32-unknown-unknown target. |
This comment has been minimized.
This comment has been minimized.
Trying to fix those errors by rebasing wasm_stub on eventloop-2.0 in: iceiix/winit#3 |
Could merge this because it works on the native platforms, but would like to not regress at least building the wasm build. Maybe replace with different stubs. |
Closes #157
Glutin v0.21.0 migration guide: https://gentz.rocks/posts/glutin-v0-21-0-migration-guide/