Files
dependencies/imgui/pyproject.toml
IQ.Lvbs 9201acfc39 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).
2026-05-09 14:56:24 -05:00

21 lines
566 B
TOML

[build-system]
requires = ["setuptools>=64", "wheel", 'tomli; python_version < "3.11"']
build-backend = "setuptools.build_meta"
[project]
name = "imgui"
version = "1.92.7"
description = "Dear ImGui + ImPlot + GLFW 3.4 (static) (pre-built)"
requires-python = ">=3.8"
[tool.setuptools]
packages = ["imgui"]
[tool.setuptools.package-data]
imgui = ["*.so", "install/**/*"]
[tool.shim]
# 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"