update windows dynamic to raylib 2.6
This commit is contained in:
parent
d0ef18b489
commit
6c5597f6f4
4 changed files with 1654 additions and 1670 deletions
|
@ -8,7 +8,7 @@ import platform
|
|||
# Probably unnecessary, just covering all bases in case people add or remove dlls
|
||||
MAC_NAMES = ['libraylib.2.6.0.dylib', 'libraylib.261.dylib', 'libraylib.dylib']
|
||||
LINUX_NAMES = ['libraylib.so.2.6.0','libraylib.so.2', 'libraylib.so']
|
||||
WINDOWS_NAMES = ['raylib.dll', 'libraylib.dll']
|
||||
WINDOWS_NAMES = ['raylib.dll', 'raylib.32.dll', 'raylib.64.dll', 'libraylib.dll']
|
||||
|
||||
|
||||
if platform.system() == "Darwin":
|
||||
|
|
BIN
raylib/dynamic/raylib.32.dll
Normal file
BIN
raylib/dynamic/raylib.32.dll
Normal file
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load diff
Reference in a new issue