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:
16
raylib/pyproject.toml
Normal file
16
raylib/pyproject.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[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/**/*"]
|
||||
Reference in New Issue
Block a user