浏览代码

Update ImGui to 1.81+ (#1723)

Fixes #1669 and #1717
Jérémie Dumas 5 年之前
父节点
当前提交
55f7aa89d9
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      cmake/LibiglDownloadExternal.cmake

+ 2 - 2
cmake/LibiglDownloadExternal.cmake

@@ -103,12 +103,12 @@ endfunction()
 function(igl_download_imgui)
 	igl_download_project(imgui
 		GIT_REPOSITORY https://github.com/ocornut/imgui.git
-		GIT_TAG        v1.76
+		GIT_TAG        61b19489f1ba35934d9114c034b24eb5bff149e7 # 1.81 + patch for #1669
 		${LIBIGL_BRANCH_OPTIONS}
 	)
 	igl_download_project(libigl-imgui
 		GIT_REPOSITORY https://github.com/libigl/libigl-imgui.git
-		GIT_TAG        99f0643089b19f6daf5b3efd9544a65c9a851966
+		GIT_TAG        7e1053e750b0f4c129b046f4e455243cb7f804f3
 	)
 endfunction()