build: bump VulkanHeaders minimum version

- Update required VulkanHeaders from 1.4.307 to 1.4.313
- Ensures compatibility with newer Vulkan development packages

Signed-off-by: Zephyron <zephyron@citron-emu.org>
This commit is contained in:
Zephyron 2025-04-27 13:59:49 +10:00 committed by Mike Lothian
parent 01267e5f63
commit 6d023e89b8

View File

@ -347,7 +347,7 @@ if (YUZU_USE_LLVM_DEMANGLE)
endif()
if (NOT YUZU_USE_EXTERNAL_VULKAN_HEADERS)
find_package(VulkanHeaders 1.4.304.1 REQUIRED)
find_package(VulkanHeaders 1.4.313 REQUIRED)
endif()
if (NOT YUZU_USE_EXTERNAL_VULKAN_UTILITY_LIBRARIES)