raylib: add touch support (#34151)

bump raylib
This commit is contained in:
Maxime Desroches
2024-12-03 21:54:41 -08:00
committed by GitHub
parent a22d6cd0d3
commit 75bf756893
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d0df8ec252a3eff108ef773ba3c95b9de8bec016ebb49f99f237d8432e79e054
size 3133756
oid sha256:2682a70d41ec1894e060fb1bc6795dd93bf51aeee1ad779b4b0f6e82f1ff6efc
size 3140268
+1 -1
View File
@@ -30,7 +30,7 @@ fi
cd raylib_repo
COMMIT="591b3be34d84b8c924fcc8648cce9b496580a2e8"
COMMIT="5b56f44b1f1014300fbf03b636571f2bbdfc0d05"
git fetch origin $COMMIT
git reset --hard $COMMIT
git clean -xdff .