Browse Source

Bump stb_image version

Wieland Morgenstern 6 years ago
parent
commit
f102334b7a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cmake/LibiglDownloadExternal.cmake

+ 1 - 1
cmake/LibiglDownloadExternal.cmake

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