From 57cf5a0daf1e75bc09cd8c93a490353b3c97104b 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 d1c9bcb4a..9cde23779 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -384,7 +384,7 @@ find_package(ZLIB REQUIRED) find_package(zstd REQUIRED) if (NOT CITRON_USE_EXTERNAL_VULKAN_HEADERS) - find_package(VulkanHeaders 1.4.307 REQUIRED) + find_package(VulkanHeaders 1.4.313 REQUIRED) endif() if (NOT CITRON_USE_EXTERNAL_VULKAN_UTILITY_LIBRARIES)