simplify building (#26)

This commit is contained in:
Adeeb Shihadeh
2026-02-25 20:17:13 -08:00
committed by GitHub
parent ae529b6818
commit 357d36a61d
15 changed files with 473 additions and 420 deletions

15
pyproject.toml Normal file
View File

@@ -0,0 +1,15 @@
[tool.uv.workspace]
members = [
"capnproto",
"cppcheck",
"eigen",
"ffmpeg",
"gcc-arm-none-eabi",
"git-lfs",
"libjpeg",
"ncurses",
"openssl3",
"python3-dev",
"zeromq",
"zstd",
]