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.2.198
This commit is contained in:
parent
0f63b45bd9
commit
ff94078bb9
1 changed files with 2 additions and 2 deletions
|
@ -668,8 +668,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.2.189.tar.gz',
|
||||
'0939d6cb950746f6f9cab59399c0a99628ed186426a972996599f90d34d8a99a')
|
||||
'https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/v1.2.198.tar.gz',
|
||||
'0b2c69bc392a0022652f65efe5c51ec39ae90ec427065a914ba74ac6c728db30')
|
||||
|
||||
|
||||
class VulkanLoaderTarget(CMakeStaticDependencyTarget):
|
||||
|
|
Loading…
Reference in a new issue