bump raylib commit

This commit is contained in:
Adeeb Shihadeh
2026-05-02 17:18:21 -07:00
parent 8560f2732a
commit 5752095bc2
+1 -3
View File
@@ -51,7 +51,7 @@ fi
cd raylib_repo
COMMIT=${1:-3425bd9d1fb292ede4d80f97a1f4f258f614cffc}
COMMIT=${1:-faf6e4392780de7471504e43e70975efaba07e95}
git fetch origin $COMMIT
git reset --hard $COMMIT
git clean -xdff .
@@ -68,7 +68,6 @@ RAYGUI_COMMIT="76b36b597edb70ffaf96f046076adc20d67e7827"
curl -fsSLo $INSTALL_H_DIR/raygui.h https://raw.githubusercontent.com/raysan5/raygui/$RAYGUI_COMMIT/src/raygui.h
if [ -f /TICI ]; then
# Building the python bindings
cd $DIR
@@ -89,5 +88,4 @@ if [ -f /TICI ]; then
rm -rf wheel
mkdir wheel
cp raylib_python_repo/dist/*.whl wheel/
fi