mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-04-06 06:43:53 +08:00
bump raylib
This commit is contained in:
@@ -32,7 +32,7 @@ dependencies = [
|
||||
"flaky",
|
||||
|
||||
# GUIs
|
||||
"raylib @ https://github.com/commaai/raylib-python-cffi/releases/download/6/raylib-5.5.0.2-cp312-cp312-linux_aarch64.whl",
|
||||
"raylib @ https://github.com/commaai/raylib-python-cffi/releases/download/7/raylib-5.5.0.2-cp312-cp312-linux_aarch64.whl",
|
||||
]
|
||||
|
||||
[tool.uv.sources]
|
||||
|
||||
6
userspace/uv/uv.lock
generated
6
userspace/uv/uv.lock
generated
@@ -56,7 +56,7 @@ requires-dist = [
|
||||
{ name = "py-spy" },
|
||||
{ name = "pyopencl", specifier = "==2024.1" },
|
||||
{ name = "pyusb" },
|
||||
{ name = "raylib", url = "https://github.com/commaai/raylib-python-cffi/releases/download/6/raylib-5.5.0.2-cp312-cp312-linux_aarch64.whl" },
|
||||
{ name = "raylib", url = "https://github.com/commaai/raylib-python-cffi/releases/download/7/raylib-5.5.0.2-cp312-cp312-linux_aarch64.whl" },
|
||||
{ name = "smbus2" },
|
||||
{ name = "spidev2" },
|
||||
]
|
||||
@@ -5653,12 +5653,12 @@ wheels = [
|
||||
[[package]]
|
||||
name = "raylib"
|
||||
version = "5.5.0.2"
|
||||
source = { url = "https://github.com/commaai/raylib-python-cffi/releases/download/6/raylib-5.5.0.2-cp312-cp312-linux_aarch64.whl" }
|
||||
source = { url = "https://github.com/commaai/raylib-python-cffi/releases/download/7/raylib-5.5.0.2-cp312-cp312-linux_aarch64.whl" }
|
||||
dependencies = [
|
||||
{ name = "cffi" },
|
||||
]
|
||||
wheels = [
|
||||
{ url = "https://github.com/commaai/raylib-python-cffi/releases/download/6/raylib-5.5.0.2-cp312-cp312-linux_aarch64.whl", hash = "sha256:5bf5f75aa6ffa8e93fc107e70fea4afcb4560c137c0b7222254f6a5b1194f3de" },
|
||||
{ url = "https://github.com/commaai/raylib-python-cffi/releases/download/7/raylib-5.5.0.2-cp312-cp312-linux_aarch64.whl", hash = "sha256:b0276a76785d388638eed71284c7b4098ea3c10986fef5fdfcf6d83052fdf445" },
|
||||
]
|
||||
|
||||
[package.metadata]
|
||||
|
||||
Reference in New Issue
Block a user