aedi: update vulkan-headers to 1.3.211

This commit is contained in:
alexey.lysiuk 2022-04-15 09:57:41 +03:00
parent 4e02467678
commit 89f5760857
1 changed files with 2 additions and 2 deletions

View File

@ -664,8 +664,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.204.tar.gz',
'2cde2c90975a8f36d00cf8eb6308cb00323aafbc0b7374f4b346f1140f760b3d')
'https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/v1.3.211.tar.gz',
'67ab69142f69389dfdf5f1c7922e62aa4a03ba286b9229dd7f7f3e827232463c')
class VulkanLoaderTarget(CMakeStaticDependencyTarget):