Closed mcdenhoed closed 5 years ago
Hmm, Windows build is failing:
"C:\\Users\\appveyor\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\libcompiler_builtins-1f6a73e107798f53.rlib" "advapi32.lib" "SDL2.lib" "SDL2_mixer.lib" "opengl32.lib" "advapi32.lib" "cfgmgr32.lib" "comctl32.lib" "credui.lib" "dwmapi.lib" "gdi32.lib" "kernel32.lib" "msimg32.lib" "ole32.lib" "opengl32.lib" "secur32.lib" "shcore.lib" "shell32.lib" "shlwapi.lib" "user32.lib" "uxtheme.lib" "winspool.lib" "advapi32.lib" "ws2_32.lib" "userenv.lib" "msvcrt.lib"
= note: libsdl2-5fd2ca4ea0b4d7aa.rlib(sdl2-5fd2ca4ea0b4d7aa.sdl2.c4mq47qw-cgu.1.rcgu.o) : error LNK2019: unresolved external symbol SDL_JoystickRumble referenced in function _ZN4sdl28joystick8Joystick10set_rumble17hf0f9f2cce04ad025E
libsdl2-5fd2ca4ea0b4d7aa.rlib(sdl2-5fd2ca4ea0b4d7aa.sdl2.c4mq47qw-cgu.1.rcgu.o) : error LNK2019: unresolved external symbol SDL_GameControllerRumble referenced in function _ZN4sdl210controller14GameController10set_rumble17h797c0b876cf9279bE
C:\projects\rust-belt\target\debug\deps\rust_belt-93ff1af982f7a279.exe : fatal error LNK1120: 2 unresolved externals
Might need to bump the SDL2 version on CI?
Updated all our dependencies and fixed any resulting errors