Skip to content

Commit

Permalink
update sokol and stb
Browse files Browse the repository at this point in the history
  • Loading branch information
cstom4994 committed Jul 13, 2024
1 parent 988dcba commit 2f7a599
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/s/sokol/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ package("sokol")
add_urls("https://github.com/floooh/sokol.git")
add_versions("2022.02.10", "e8931e4399a0eb4bf026120d7bdb89825815af9e")
add_versions("2023.01.27", "dc6814bdecd277366a650b6b0b744b52bb9131e5")
add_versions("2024.07.10", "7b20c1936229370277d1c61bde950bce194de584")

on_install(function (package)
os.cp("*.h", package:installdir("include"))
Expand Down
1 change: 1 addition & 0 deletions packages/s/stb/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ package("stb")
add_versions("2021.09.10", "af1a5bc352164740c1cc1354942b1c6b72eacb8a")
add_versions("2023.01.30", "5736b15f7ea0ffb08dd38af21067c314d6a3aae9")
add_versions("2023.12.15", "f4a71b13373436a2866c5d68f8f80ac6f0bc1ffe")
add_versions("2024.06.01", "013ac3beddff3dbffafd5177e7972067cd2b5083")

if is_plat("mingw") and is_subhost("msys") then
add_extsources("pacman::stb")
Expand Down

0 comments on commit 2f7a599

Please sign in to comment.