update stb and sokol (#1763)

* update stb

* update sokol
pull/1764/head
Hoildkv 2 years ago committed by GitHub
parent cac0b1372e
commit b081dfecf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      packages/s/sokol/xmake.lua
  2. 1
      packages/s/stb/xmake.lua

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

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

Loading…
Cancel
Save