From 33f8cd0c7ee521bf23506a791e88367d5129161e Mon Sep 17 00:00:00 2001 From: Zephyron Date: Mon, 27 Jan 2025 13:25:16 +1000 Subject: [PATCH] deps: Update Vulkan dependencies and remove fmt version constraint - Update Vulkan-Headers to e43027a (1.4.306) - Update Vulkan-Utility-Libraries to 8ec8482 - Update vcpkg to 2b8927f - Remove version constraint for fmt package requirement - Update VulkanHeaders version requirement to 1.4.306 This updates several external dependencies to their latest versions and removes the specific version requirement for fmt while maintaining the REQUIRED flag. The Vulkan-Headers version requirement is updated to match the new submodule version. --- CMakeLists.txt | 4 ++-- externals/Vulkan-Headers | 2 +- externals/Vulkan-Utility-Libraries | 2 +- externals/vcpkg | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0d8706d5c..73a4ea2d1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -312,7 +312,7 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/bin) # Enforce the search mode of non-required packages for better and shorter failure messages find_package(Boost REQUIRED context) find_package(enet MODULE) -find_package(fmt 9 REQUIRED) +find_package(fmt REQUIRED) if (CITRON_USE_LLVM_DEMANGLE) find_package(LLVM MODULE COMPONENTS Demangle) endif() @@ -327,7 +327,7 @@ find_package(ZLIB REQUIRED) find_package(zstd REQUIRED) if (NOT CITRON_USE_EXTERNAL_VULKAN_HEADERS) - find_package(VulkanHeaders 1.4.304 REQUIRED) + find_package(VulkanHeaders 1.4.306 REQUIRED) endif() if (NOT CITRON_USE_EXTERNAL_VULKAN_UTILITY_LIBRARIES) diff --git a/externals/Vulkan-Headers b/externals/Vulkan-Headers index a03d2f6d5..e43027aa4 160000 --- a/externals/Vulkan-Headers +++ b/externals/Vulkan-Headers @@ -1 +1 @@ -Subproject commit a03d2f6d5753b365d704d58161825890baad0755 +Subproject commit e43027aa41c4f51b12d79aeae53ff608951c36ec diff --git a/externals/Vulkan-Utility-Libraries b/externals/Vulkan-Utility-Libraries index 7b23ba7a5..8ec84823a 160000 --- a/externals/Vulkan-Utility-Libraries +++ b/externals/Vulkan-Utility-Libraries @@ -1 +1 @@ -Subproject commit 7b23ba7a5f86936a8d783baf64a77c38977d6890 +Subproject commit 8ec84823afa46cd054c8b094269eab958e078010 diff --git a/externals/vcpkg b/externals/vcpkg index cf035d991..2b8927fe3 160000 --- a/externals/vcpkg +++ b/externals/vcpkg @@ -1 +1 @@ -Subproject commit cf035d9916a0a23042b41fcae7ee0386d245af08 +Subproject commit 2b8927fe3703f1a92227303e1dbed5d0c0d3471e