Skip to content

Commit 6c5597f

Browse files
update windows dynamic to raylib 2.6
1 parent d0ef18b commit 6c5597f

File tree

4 files changed

+1654
-1670
lines changed

4 files changed

+1654
-1670
lines changed

raylib/dynamic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Probably unnecessary, just covering all bases in case people add or remove dlls
99
MAC_NAMES = ['libraylib.2.6.0.dylib', 'libraylib.261.dylib', 'libraylib.dylib']
1010
LINUX_NAMES = ['libraylib.so.2.6.0','libraylib.so.2', 'libraylib.so']
11-
WINDOWS_NAMES = ['raylib.dll', 'libraylib.dll']
11+
WINDOWS_NAMES = ['raylib.dll', 'raylib.32.dll', 'raylib.64.dll', 'libraylib.dll']
1212

1313

1414
if platform.system() == "Darwin":

raylib/dynamic/raylib.32.dll

1.81 MB
Binary file not shown.

raylib/dynamic/raylib.dll

235 KB
Binary file not shown.

0 commit comments

Comments
 (0)