Browse Source

fix: freeze imgui dependency to version 1.89 for Windows (#8379)

Arthur 1 tháng trước cách đây
mục cha
commit
2874efcffa
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/d/diligenttools/xmake.lua

+ 1 - 1
packages/d/diligenttools/xmake.lua

@@ -32,7 +32,7 @@ package("diligenttools")
     add_deps("diligentcore", "libpng", "libtiff", "zlib", "libjpeg", "taywee_args", "nlohmann_json", "stb", "tinygltf")
 
     if is_plat("windows") then
-        add_deps("imgui", {configs = {win32 = true}})
+        add_deps("imgui 1.89", {configs = {win32 = true}})
     elseif is_plat("linux") then
         add_deps("imgui 1.89", "libxcb", "libx11", "libxrandr", "libxrender", "libxinerama", "libxfixes", "libxcursor", "libxi", "libxext", "wayland")
     elseif is_plat("macosx") then