Files
dependencies/pyproject.toml
Adeeb Shihadeh 9e9a5b56ac 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>
2026-03-01 11:08:58 -08:00

19 lines
236 B
TOML

[tool.uv.workspace]
members = [
"bzip2",
"capnproto",
"cppcheck",
"eigen",
"ffmpeg",
"gcc-arm-none-eabi",
"git-lfs",
"libjpeg",
"libyuv",
"ncurses",
"openssl3",
"python3-dev",
"raylib",
"zeromq",
"zstd",
]