Browse Source

update stb (#501)

Piotr Szczygieł 4 years ago
parent
commit
540650dcd9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/s/stb/xmake.lua

+ 1 - 1
packages/s/stb/xmake.lua

@@ -5,7 +5,7 @@ package("stb")
     set_description("single-file public domain (or MIT licensed) libraries for C/C++")
     set_description("single-file public domain (or MIT licensed) libraries for C/C++")
 
 
     add_urls("https://github.com/nothings/stb.git")
     add_urls("https://github.com/nothings/stb.git")
-    add_versions("0.0", "b42009b3b9d4ca35bc703f5310eedc74f584be58")
+    add_versions("0.0", "3a1174060a7dd4eb652d4e6854bc4cd98c159200")
 
 
     on_install(function (package)
     on_install(function (package)
         os.cp("*.h", package:installdir("include"))
         os.cp("*.h", package:installdir("include"))