Skip to content

Commit

Permalink
Update ImGui to 1.81+ (libigl#1723)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdumas authored Feb 16, 2021
1 parent 38a1235 commit 55f7aa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/LibiglDownloadExternal.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 55f7aa8

Please sign in to comment.