From 6d023e89b84af2492e8097ebe5140da3c309db6b Mon Sep 17 00:00:00 2001 From: Zephyron Date: Sun, 27 Apr 2025 13:59:49 +1000 Subject: [PATCH] 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 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a902b7a379..890ce254a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)