aedi: update vulkan-headers to 1.3.290

This commit is contained in:
alexey.lysiuk 2024-07-20 10:14:14 +03:00
parent ca01d4e45c
commit 9ea8863b65
1 changed files with 2 additions and 2 deletions

View File

@ -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.283.tar.gz',
'a76ff77815012c76abc9811215c2167128a73a697bcc23948e858d1f7dd54a85')
'https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/v1.3.290.tar.gz',
'c4606a201e8704d75bb974657f08604013d073a862cc127f9f31760213f3afa0')
class VulkanLoaderTarget(base.CMakeStaticDependencyTarget):