浏览代码

Bump stb_image version

Wieland Morgenstern 6 年之前
父节点
当前提交
f102334b7a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cmake/LibiglDownloadExternal.cmake

+ 1 - 1
cmake/LibiglDownloadExternal.cmake

@@ -116,7 +116,7 @@ endfunction()
 function(igl_download_stb)
 function(igl_download_stb)
 	igl_download_project(stb
 	igl_download_project(stb
 		GIT_REPOSITORY https://github.com/libigl/libigl-stb.git
 		GIT_REPOSITORY https://github.com/libigl/libigl-stb.git
-		GIT_TAG        edfa26e389060c21b9dd7812a0b19c00208b7224
+		GIT_TAG        cd0fa3fcd90325c83be4d697b00214e029f94ca3
 	)
 	)
 endfunction()
 endfunction()