imgui: add statically linked GLFW 3.4 build (#53)

This commit is contained in:
Adeeb Shihadeh
2026-03-13 16:47:36 -07:00
committed by GitHub
parent 224cbbb783
commit d14d45aef4
3 changed files with 43 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "imgui"
version = "1.92.7"
description = "Dear ImGui + ImPlot + rlImGui (source distribution)"
description = "Dear ImGui + ImPlot + rlImGui + GLFW 3.4 (static)"
requires-python = ">=3.8"
[tool.setuptools.packages.find]