Browse Source

update stb and sokol (#1763)

* update stb

* update sokol
Hoildkv 2 years ago
parent
commit
b081dfecf4
2 changed files with 2 additions and 0 deletions
  1. 1 0
      packages/s/sokol/xmake.lua
  2. 1 0
      packages/s/stb/xmake.lua

+ 1 - 0
packages/s/sokol/xmake.lua

@@ -7,6 +7,7 @@ package("sokol")
 
 
     add_urls("https://github.com/floooh/sokol.git")
     add_urls("https://github.com/floooh/sokol.git")
     add_versions("2022.02.10", "e8931e4399a0eb4bf026120d7bdb89825815af9e")
     add_versions("2022.02.10", "e8931e4399a0eb4bf026120d7bdb89825815af9e")
+    add_versions("2023.01.27", "dc6814bdecd277366a650b6b0b744b52bb9131e5")
 
 
     on_install(function (package)
     on_install(function (package)
         os.cp("*.h", package:installdir("include"))
         os.cp("*.h", package:installdir("include"))

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

@@ -7,6 +7,7 @@ package("stb")
     add_urls("https://github.com/nothings/stb.git")
     add_urls("https://github.com/nothings/stb.git")
     add_versions("2021.07.13", "3a1174060a7dd4eb652d4e6854bc4cd98c159200")
     add_versions("2021.07.13", "3a1174060a7dd4eb652d4e6854bc4cd98c159200")
     add_versions("2021.09.10", "af1a5bc352164740c1cc1354942b1c6b72eacb8a")
     add_versions("2021.09.10", "af1a5bc352164740c1cc1354942b1c6b72eacb8a")
+    add_versions("2023.01.30", "5736b15f7ea0ffb08dd38af21067c314d6a3aae9")
     
     
     if is_plat("mingw") and is_subhost("msys") then
     if is_plat("mingw") and is_subhost("msys") then
         add_extsources("pacman::stb")
         add_extsources("pacman::stb")