mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-21 19:41:15 +00:00
aedi: update vulkan-headers to 1.3.296
This commit is contained in:
parent
a26afbd4ff
commit
eb5ac9a0a5
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.290.tar.gz',
|
||||
'c4606a201e8704d75bb974657f08604013d073a862cc127f9f31760213f3afa0')
|
||||
'https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/v1.3.296.tar.gz',
|
||||
'e204e0b3c19f622d197df945737f5db913d6621830999b8578d34e80a7c90585')
|
||||
|
||||
|
||||
class VulkanLoaderTarget(base.CMakeStaticDependencyTarget):
|
||||
|
|
Loading…
Reference in a new issue