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.290
This commit is contained in:
parent
ca01d4e45c
commit
9ea8863b65
1 changed files with 2 additions and 2 deletions
|
@ -380,8 +380,8 @@ class VulkanHeadersTarget(base.CMakeStaticDependencyTarget):
|
||||||
def prepare_source(self, state: BuildState):
|
def prepare_source(self, state: BuildState):
|
||||||
state.download_source(
|
state.download_source(
|
||||||
# Version should match with the current MoltenVK release
|
# Version should match with the current MoltenVK release
|
||||||
'https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/v1.3.283.tar.gz',
|
'https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/v1.3.290.tar.gz',
|
||||||
'a76ff77815012c76abc9811215c2167128a73a697bcc23948e858d1f7dd54a85')
|
'c4606a201e8704d75bb974657f08604013d073a862cc127f9f31760213f3afa0')
|
||||||
|
|
||||||
|
|
||||||
class VulkanLoaderTarget(base.CMakeStaticDependencyTarget):
|
class VulkanLoaderTarget(base.CMakeStaticDependencyTarget):
|
||||||
|
|
Loading…
Reference in a new issue