-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
egui-wgpu docs failed to build on docs.rs #3492
Comments
I believe this is related to #3228. I got that error on my CI when updating to egui 0.23 (abey79/vsvg#54). Without the x11 or wayland feature, winit isn't able to detect the platform on linux (https://github.com/rust-windowing/winit/blob/772b21ce095b655f0fe50b89253910cd2ff9fa78/build.rs#L13). My workaround was to run that part on a mac runner, which is probably not an option for docs.rs. |
winit issue: rust-windowing/winit#3173 |
This is still an issue at 0.24.0 https://docs.rs/crate/egui-wgpu/0.24.0 |
But they seem to build fine on my local, weird... |
This allows them to build correctly on Linux by passing one or both of the features alongside `winit`. Closes emilk#3492 Closes emilk#2286
See https://docs.rs/crate/egui-wgpu/0.23.0
The text was updated successfully, but these errors were encountered: