Skip to content

Commit

Permalink
Limit ImGui <=1.90.4 to Polyscope > 2.2.0 (#6091)
Browse files Browse the repository at this point in the history
  • Loading branch information
Whalesea-Gustav authored Dec 30, 2024
1 parent cac47fa commit 64c15d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/p/polyscope/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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}})
Expand Down

0 comments on commit 64c15d3

Please sign in to comment.