فهرست منبع

Limit ImGui <=1.90.4 to Polyscope > 2.2.0 (#6091)

Jim 8 ماه پیش
والد
کامیت
64c15d349f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/p/polyscope/xmake.lua

+ 1 - 1
packages/p/polyscope/xmake.lua

@@ -24,7 +24,7 @@ package("polyscope")
     add_deps("glad", "glfw", "glm", "nlohmann_json", "stb")
     on_load("windows", "macosx", "linux", function (package)
         if package:version():ge("2.2.0") then
-            package:add("deps", "imgui", {configs = {glfw = true, opengl3 = true}})
+            package:add("deps", "imgui <=1.90.4", {configs = {glfw = true, opengl3 = true}})
         else
             package:add("deps", "happly")
             package:add("deps", "imgui <=1.86", {configs = {glfw = true, opengl3 = true}})