fix imgui

This commit is contained in:
Adeeb Shihadeh
2026-03-21 10:39:33 -07:00
parent 6ad06e2173
commit 8b6c712f60

View File

@@ -5,11 +5,11 @@ build-backend = "setuptools.build_meta"
[project]
name = "imgui"
version = "1.92.7"
description = "Dear ImGui + ImPlot + rlImGui + GLFW 3.4 (static)"
description = "Dear ImGui + ImPlot + GLFW 3.4 (static)"
requires-python = ">=3.8"
[tool.setuptools.packages.find]
include = ["imgui*"]
[tool.setuptools]
packages = ["imgui"]
[tool.setuptools.package-data]
imgui = ["install/**/*"]