update raylib shim
This commit is contained in:
22
raylib/pyproject.toml
Normal file
22
raylib/pyproject.toml
Normal file
@@ -0,0 +1,22 @@
|
||||
[build-system]
|
||||
requires = ["setuptools>=64", "wheel", 'tomli; python_version < "3.11"']
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "raylib"
|
||||
version = "5.5.0.8"
|
||||
description = "raylib + pyray Python bindings (commaai fork) (pre-built)"
|
||||
requires-python = ">=3.8"
|
||||
dependencies = ["cffi>=1.17.1"]
|
||||
|
||||
[tool.setuptools]
|
||||
packages = ["raylib", "pyray"]
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
raylib = ["*.so", "_raylib_cffi*.so", "install/**/*"]
|
||||
pyray = ["**/*"]
|
||||
|
||||
[tool.shim]
|
||||
repo_url = "https://github.com/commaai/dependencies"
|
||||
tag = "raylib/v5.5.0.8"
|
||||
datadir = "install"
|
||||
Reference in New Issue
Block a user