-
Notifications
You must be signed in to change notification settings - Fork 947
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
Compiling glutin
fails with missing set_suspend_callback
#1886
Comments
Hi! |
Hi! That was me. What was actually written was:
(date of the commit in question)
And yeah, Glutin really doesn't apppar to have any Android CI, but that's a Glutin issue. |
Oh sorry, misunderstood then.
So to be sure, should I use (a rebase of) Kaiser1989's fork of glutin as dep for my project? |
I rebased my winit fork to current version and added a pull request: I also added some pull request for glutin to finally fix the android problems: Working example with newest versions of customized glutin and winit: |
glutin
fails with missing set_suspend_callback
As mentioned above this is a Note that I'm picking up this issue as there seem to many affected users over time and no upstream solution yet, stay tuned on the |
I'm on Windows 10 and tried to compile the egui_template for android, but got a few errors (pastebin). It are problems with glutin, but after asking on glutin's freenode, someone said the first error
is an error from winit, from an older commit and pointed out that the CI from winit doesn't test android since the switch to Github Actions.
Could someone look into this (and does anyone know anything about the other errors)?
The text was updated successfully, but these errors were encountered: