add imgui: Dear ImGui 1.92.7 (docking) + ImPlot 0.18 + rlImGui

Shim package — sources downloaded from GitHub Release at install time.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Adeeb Shihadeh
2026-03-01 16:18:22 -08:00
parent 69ede13e40
commit 3b62a5f38f
3 changed files with 104 additions and 0 deletions

20
imgui/pyproject.toml Normal file
View File

@@ -0,0 +1,20 @@
[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 + rlImGui (source distribution)"
requires-python = ">=3.8"
[tool.setuptools.packages.find]
include = ["imgui*"]
[tool.setuptools.package-data]
imgui = ["install/**/*"]
[tool.shim]
repo_url = "https://github.com/commaai/dependencies"
tag = "imgui/v1.92.7"
datadir = "install"