summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--release/win32/mingw32/raylib.dllbin0 -> 1314684 bytes
2 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 87d0ba64..7e276829 100644
--- a/.gitignore
+++ b/.gitignore
@@ -127,4 +127,5 @@ src/libraylib.bc
!release/linux/libraylib.a
!release/linux/libraylib.so
!release/rpi/libraylib.a
+!release/win32/mingw32/raylib.dll
diff --git a/release/win32/mingw32/raylib.dll b/release/win32/mingw32/raylib.dll
new file mode 100644
index 00000000..6740ea4f
--- /dev/null
+++ b/release/win32/mingw32/raylib.dll
Binary files differ