add raylib package (#31) (#31)

Vendor raylib C library + pyray Python bindings (CFFI) from commaai's
raylib and raylib-python-cffi forks.

Supports PLATFORM_DESKTOP (X11/GL) and PLATFORM_COMMA (DRM/EGL/GLES)
backends, auto-detected via /TICI.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Adeeb Shihadeh
2026-03-01 11:08:58 -08:00
committed by GitHub
parent e46683e1fc
commit 9e9a5b56ac
12 changed files with 1752 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ members = [
"ncurses",
"openssl3",
"python3-dev",
"raylib",
"zeromq",
"zstd",
]