raylib python bindings (#34534)

* build

* fix

* build

* wheel

* arm

* linux

* both
This commit is contained in:
Maxime Desroches
2025-02-05 15:35:06 -08:00
committed by GitHub
parent 40863aa988
commit 61fa7e1ead
6 changed files with 603 additions and 537 deletions
+2
View File
@@ -111,6 +111,8 @@ dev = [
"tabulate",
"types-requests",
"types-tabulate",
"raylib @ https://github.com/commaai/raylib-python-cffi/releases/download/wheel/raylib-5.5.0.2-cp312-cp312-linux_x86_64.whl ; (platform_machine == 'x86_64' and platform_system == 'Linux' and python_version == '3.12')",
"raylib @ https://github.com/commaai/raylib-python-cffi/releases/download/wheel/raylib-5.5.0.2-cp311-cp311-linux_x86_64.whl ; (platform_machine == 'x86_64' and platform_system == 'Linux' and python_version == '3.11')",
]
tools = [