-
Notifications
You must be signed in to change notification settings - Fork 8
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
Crashes on wayland #33
Comments
it uses a completely outdated winit 0.16. To update it I have to replace the existing uni-gl/uni-app backend by something else (probably several libraries as unrust covers a lot of features including async ressources loading on wasm) I'll see if I can replace it but I already tried a lot of libraries without success (including macroquad, notan, bracket) |
It was a lot of work, but I upgraded the underlying unrust layer to the lastest glutin. Does it fix your issue ? |
I'm really sorry for responding so late |
Do the glutin examples run on your system ? |
the examples run fine for me on Ubuntu 22.04 with wayland on the master branch. |
When I try to run the basic example with
cargo run
it crashes with this error messageThe text was updated successfully, but these errors were encountered: