diff options
| author | Zephyron <zephyron@citron-emu.org> | 2025-01-16 16:55:25 +1000 |
|---|---|---|
| committer | Mike Lothian <mike@fireburn.co.uk> | 2025-05-11 12:17:03 +0100 |
| commit | abcc044bab506c02e23270d0da69f92f36737601 (patch) | |
| tree | a9afca87c83fa387aabb2f3570247b8f2837e185 | |
| parent | 75c7b8a672994a8ebc4faaec714e0a07caf2fd5e (diff) | |
build: update vulkan headers to 1.4.304 and vcpkg baseline
Update VulkanHeaders minimum required version from 1.3.274 to 1.4.304 and
update vcpkg baseline to latest version to ensure compatibility with newer
Vulkan features.
Changes:
- VulkanHeaders: 1.3.274 -> 1.4.304
- vcpkg baseline: c82f74667 -> 7adc2e4d4
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | vcpkg.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 16303e57f..2364a66d8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -334,7 +334,7 @@ if (YUZU_USE_LLVM_DEMANGLE) endif() if (NOT YUZU_USE_EXTERNAL_VULKAN_HEADERS) - find_package(VulkanHeaders 1.3.274 REQUIRED) + find_package(VulkanHeaders 1.4.304 REQUIRED) endif() if (NOT YUZU_USE_EXTERNAL_VULKAN_UTILITY_LIBRARIES) diff --git a/vcpkg.json b/vcpkg.json index 3cb38cdbf..45e5f046b 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "name": "yuzu", - "builtin-baseline": "c82f74667287d3dc386bce81e44964370c91a289", + "builtin-baseline": "7adc2e4d49e8d0efc07a369079faa6bc3dbb90f3", "version": "1.0", "dependencies": [ "boost-algorithm", |
