Update directx-headers to v1.613.0 (#3553)

pull/3558/head
ruki 9 months ago committed by GitHub
parent a4195a7815
commit 6fb856e8c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      packages/d/directx-headers/xmake.lua

@ -6,6 +6,7 @@ package("directx-headers")
add_urls("https://github.com/microsoft/DirectX-Headers/archive/refs/tags/$(version).zip",
"https://github.com/microsoft/DirectX-Headers.git")
add_versions("v1.613.0", "38852327d998e54d9faac93be28c1f8b6489442832eb380004e2fecedd907eef")
add_versions("v1.610.0", "ce8036d57e4b3b87167bf82a0236fc09cba4ffa7088322912b8ce82f284555db")
add_patches("1.610.0", path.join(os.scriptdir(), "patches", "1.610.0", "mingw.patch"), "7409d90adb1513e8683cc6d16aba1a3e73643c3e04b9af70474a5b13323be0fb")

Loading…
Cancel
Save