IQ.Lvbs: vendor imgui wheels in branch; install from local files

Replaces the upstream GitHub-Releases-fetch shim with a local-wheel shim
so the package installs cleanly from a private gitea repo over SSH (no
HTTPS download / token plumbing required at install time).
This commit is contained in:
IQ.Lvbs
2026-05-09 14:56:24 -05:00
parent 47cbeb90ea
commit 9201acfc39
5 changed files with 25 additions and 30 deletions

View File

@@ -15,6 +15,6 @@ packages = ["imgui"]
imgui = ["*.so", "install/**/*"]
[tool.shim]
repo_url = "https://github.com/commaai/dependencies"
tag = "imgui/v1.92.7"
# IQ.Lvbs fork: wheels are vendored under wheels/ in this branch; setup.py extracts
# the platform-matched wheel locally instead of fetching from a release URL.
datadir = "install"