mirror of
https://git.citron-emu.org/Citron/Citron.git
synced 2025-12-06 00:01:04 -08:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user