Forráskód Böngészése

Might as well update ImGui to 1.68

Jérémie Dumas 6 éve
szülő
commit
6992440c83
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      cmake/LibiglDownloadExternal.cmake

+ 1 - 1
cmake/LibiglDownloadExternal.cmake

@@ -85,7 +85,7 @@ endfunction()
 function(igl_download_imgui)
 	igl_download_project(imgui
 		GIT_REPOSITORY https://github.com/ocornut/imgui.git
-		GIT_TAG        v1.66b
+		GIT_TAG        v1.68
 	)
 	igl_download_project(libigl-imgui
 		GIT_REPOSITORY https://github.com/libigl/libigl-imgui.git