update bgfx (#1437)

* update bgfx

* fix bgfx
pull/1438/head
Hoildkv 3 years ago committed by GitHub
parent 2be41185ee
commit 7695762a70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      packages/b/bgfx/xmake.lua
  2. 3
      packages/g/genie/xmake.lua

@ -6,15 +6,18 @@ package("bgfx")
add_urls("https://github.com/bkaradzic/bgfx.git")
add_versions("7816", "5ecddbf4d51e2dda2a56ae8cafef4810e3a45d87")
add_versions("8203", "484a5f0c25b53584a6b7fce0702a6bb580072d81")
add_resources("7816", "bx", "https://github.com/bkaradzic/bx.git", "51f25ba638b9cb35eb2ac078f842a4bed0746d56")
add_resources("8203", "bx", "https://github.com/bkaradzic/bx.git", "b9501348c596b68e5e655a8308df5c55f61ecd80")
add_resources("7816", "bimg", "https://github.com/bkaradzic/bimg.git", "8355d36befc90c1db82fca8e54f38bfb7eeb3530")
add_resources("8203", "bimg", "https://github.com/bkaradzic/bimg.git", "663f724186e26caf46494e389ed82409106205fb")
if is_plat("windows") then
add_syslinks("user32", "gdi32", "psapi")
add_includedirs("include", "include/compat/msvc")
elseif is_plat("macosx") then
add_frameworks("Metal", "QuartzCore", "Cocoa")
add_frameworks("Metal", "QuartzCore", "Cocoa", "IOKit")
elseif is_plat("linux") then
add_deps("libx11")
add_syslinks("GL", "pthread", "dl")

@ -1,9 +1,10 @@
package("genie")
set_kind("binary")
set_homepage("https://github.com/bkaradzic/GENie")
set_description("GENie - Project generator tool")
if is_plat("windows") then
if is_host("windows") then
add_urls("https://raw.githubusercontent.com/bkaradzic/bx/aa5090bbd8c39e84d483f4850a7d9ca7ff9241ed/tools/bin/windows/genie.exe")
add_versions("1160.0", "a1226a0098f6ff4895a423df17737af90cc0af9effce7cc81fe904c9b2e02e8f")
else

Loading…
Cancel
Save