Files
dependencies/imgui/pyproject.toml
github-actions[bot] 47cbeb90ea update imgui shim
2026-05-01 02:20:51 +00:00

21 lines
480 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]
repo_url = "https://github.com/commaai/dependencies"
tag = "imgui/v1.92.7"
datadir = "install"