You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The AppVeyor Windows CI build is currently failing because it can not download the prebuilt libsdl2 dependencies. From a quick glance, the formerly used prebuilt libraries are not available since the entire repository tedsta/getting-started-with-piston is gone.
This might be worked around by using glutin_window instead of sdl2_window, but I remember @jakerr having troubles with that on Mac OS X.
The AppVeyor Windows CI build is currently failing because it can not download the prebuilt
libsdl2
dependencies. From a quick glance, the formerly used prebuilt libraries are not available since the entire repositorytedsta/getting-started-with-piston
is gone.This might be worked around by using
glutin_window
instead ofsdl2_window
, but I remember @jakerr having troubles with that on Mac OS X.Windows might be able to use
x86_64-pc-windows-msvc
, since the CI VM includes Visual Studio.Either way, both Windows and Linux CI builds should use the same Rust version matrix, i.e. at least
stable
(and maybebeta
andnightly
).The text was updated successfully, but these errors were encountered: