agnos 18.1.2 + raylib 6.0 (#37997)

* raylib 6

* uv lock

* one more time
This commit is contained in:
Adeeb Shihadeh
2026-05-10 17:19:33 -07:00
committed by GitHub
parent 6b6b7f0f33
commit 93ed08ba20
21 changed files with 233 additions and 16066 deletions
-10
View File
@@ -1,10 +0,0 @@
#!/usr/bin/env bash
FAIL=0
if grep -n '#include "third_party/raylib/include/raylib\.h"' $@ | grep -v '^system/ui/raylib/raylib\.h'; then
echo -e "Bad raylib include found! Use '#include \"system/ui/raylib/raylib.h\"' instead\n"
FAIL=1
fi
exit $FAIL