mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 06:31:37 +00:00
aedi: update vulkan-headers to 1.3.283
This commit is contained in:
parent
66b4b5ad2f
commit
c66d908ecf
1 changed files with 2 additions and 2 deletions
|
@ -380,8 +380,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.280.tar.gz',
|
||||
'717b49c52dbd37c78cf2f7f0fc715292c42e74841219e6cca918cd293ad5dce4')
|
||||
'https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/v1.3.283.tar.gz',
|
||||
'a76ff77815012c76abc9811215c2167128a73a697bcc23948e858d1f7dd54a85')
|
||||
|
||||
|
||||
class VulkanLoaderTarget(base.CMakeStaticDependencyTarget):
|
||||
|
|
Loading…
Reference in a new issue