fix imgui
This commit is contained in:
@@ -5,11 +5,11 @@ build-backend = "setuptools.build_meta"
|
|||||||
[project]
|
[project]
|
||||||
name = "imgui"
|
name = "imgui"
|
||||||
version = "1.92.7"
|
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"
|
requires-python = ">=3.8"
|
||||||
|
|
||||||
[tool.setuptools.packages.find]
|
[tool.setuptools]
|
||||||
include = ["imgui*"]
|
packages = ["imgui"]
|
||||||
|
|
||||||
[tool.setuptools.package-data]
|
[tool.setuptools.package-data]
|
||||||
imgui = ["install/**/*"]
|
imgui = ["install/**/*"]
|
||||||
|
|||||||
Reference in New Issue
Block a user