From 75bf7568938da87233ae2f496e0baa1b23df199a Mon Sep 17 00:00:00 2001 From: Maxime Desroches Date: Tue, 3 Dec 2024 21:54:41 -0800 Subject: [PATCH] raylib: add touch support (#34151) bump raylib --- third_party/raylib/larch64/libraylib.a | 4 ++-- third_party/raylib/setup.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/third_party/raylib/larch64/libraylib.a b/third_party/raylib/larch64/libraylib.a index b4eb7f2f5..ccf80f110 100644 --- a/third_party/raylib/larch64/libraylib.a +++ b/third_party/raylib/larch64/libraylib.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d0df8ec252a3eff108ef773ba3c95b9de8bec016ebb49f99f237d8432e79e054 -size 3133756 +oid sha256:2682a70d41ec1894e060fb1bc6795dd93bf51aeee1ad779b4b0f6e82f1ff6efc +size 3140268 diff --git a/third_party/raylib/setup.sh b/third_party/raylib/setup.sh index e54ed6482..c5f4e325e 100755 --- a/third_party/raylib/setup.sh +++ b/third_party/raylib/setup.sh @@ -30,7 +30,7 @@ fi cd raylib_repo -COMMIT="591b3be34d84b8c924fcc8648cce9b496580a2e8" +COMMIT="5b56f44b1f1014300fbf03b636571f2bbdfc0d05" git fetch origin $COMMIT git reset --hard $COMMIT git clean -xdff .