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>
17 lines
384 B
TOML
17 lines
384 B
TOML
[build-system]
|
|
requires = ["setuptools>=64", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "raylib"
|
|
version = "5.5.0.2"
|
|
description = "raylib + pyray Python bindings (commaai fork)"
|
|
requires-python = ">=3.8"
|
|
dependencies = ["cffi>=1.17.1"]
|
|
|
|
[tool.setuptools.packages.find]
|
|
include = ["raylib*", "pyray*"]
|
|
|
|
[tool.setuptools.package-data]
|
|
raylib = ["install/**/*"]
|