oops need raw

This commit is contained in:
Adeeb Shihadeh
2025-01-12 15:07:18 -08:00
parent 99bb7da850
commit 74ed6c5657
2 changed files with 5761 additions and 1834 deletions

File diff suppressed because one or more lines are too long

View File

@@ -41,5 +41,6 @@ make -j$(nproc) PLATFORM=$RAYLIB_PLATFORM
sudo make install RAYLIB_INSTALL_PATH=$INSTALL_DIR RAYLIB_H_INSTALL_PATH=$INSTALL_H_DIR
# this commit needs to be in line with raylib
set -x
RAYGUI_COMMIT="76b36b597edb70ffaf96f046076adc20d67e7827"
wget -O $INSTALL_H_DIR/raygui.h https://github.com/raysan5/raygui/blob/$RAYGUI_COMMIT/src/raygui.h
wget -O $INSTALL_H_DIR/raygui.h https://raw.githubusercontent.com/raysan5/raygui/$RAYGUI_COMMIT/src/raygui.h