mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-28 01:52:06 +08:00
third_party: add raygui (#34369)
This commit is contained in:
Vendored
+1833
File diff suppressed because one or more lines are too long
Vendored
+4
@@ -39,3 +39,7 @@ cd src
|
||||
|
||||
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
|
||||
RAYGUI_COMMIT="76b36b597edb70ffaf96f046076adc20d67e7827"
|
||||
wget -O $INSTALL_H_DIR/raygui.h https://github.com/raysan5/raygui/blob/$RAYGUI_COMMIT/src/raygui.h
|
||||
|
||||
Reference in New Issue
Block a user