mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-21 11:00:56 +00:00
aedi: update vulkan-headers to 1.3.250
This commit is contained in:
parent
b4fac39e9b
commit
00ac759dff
1 changed files with 2 additions and 2 deletions
|
@ -382,8 +382,8 @@ class VulkanHeadersTarget(base.CMakeStaticDependencyTarget):
|
|||
def prepare_source(self, state: BuildState):
|
||||
state.download_source(
|
||||
# Version should match with the current MoltenVK release
|
||||
'https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/v1.3.243.tar.gz',
|
||||
'76c57490740369a26d68dd26d308e2faa2e0fc5d255498aa48ee389534fc5a48')
|
||||
'https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/v1.3.250.tar.gz',
|
||||
'c4c5a706a1f8f4d329fec2909b8c3fef4a4be043f393dbde5ce1439daa1194ab')
|
||||
|
||||
|
||||
class VulkanLoaderTarget(base.CMakeStaticDependencyTarget):
|
||||
|
|
Loading…
Reference in a new issue