mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 14:41:43 +00:00
aedi: update vulkan-headers to 1.3.231
This commit is contained in:
parent
e62fe211f9
commit
c1c41f064f
1 changed files with 2 additions and 2 deletions
|
@ -328,8 +328,8 @@ class VulkanHeadersTarget(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.224.tar.gz',
|
||||
'8829272058455c6ba393df66b9fac3ae3617eb0df48c860e225ceb1622fa7700')
|
||||
'https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/v1.3.231.tar.gz',
|
||||
'4cb1c0aeb858e1a4955a736b86b0da8511ca8701222e9a252adcf093d40a8d28')
|
||||
|
||||
|
||||
class VulkanLoaderTarget(CMakeStaticDependencyTarget):
|
||||
|
|
Loading…
Reference in a new issue