diff options
author | Zephyron <zephyron@citron-emu.org> | 2025-01-16 16:55:25 +1000 |
---|---|---|
committer | Zephyron <zephyron@citron-emu.org> | 2025-01-16 16:55:25 +1000 |
commit | f560ac024dd835ef5f0612a69f746c610ca0fee5 (patch) | |
tree | bfc5ed6847603971b3f2e99c7d17f43beceb12f1 /vcpkg.json | |
parent | 496b010927d7db3bcd6c52ddeadf34b9d9ca4f3a (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
Diffstat (limited to 'vcpkg.json')
-rw-r--r-- | vcpkg.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcpkg.json b/vcpkg.json index 8fa0de0c2..180232afd 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": "citron", - "builtin-baseline": "c82f74667287d3dc386bce81e44964370c91a289", + "builtin-baseline": "7adc2e4d49e8d0efc07a369079faa6bc3dbb90f3", "version": "1.0", "dependencies": [ "boost-algorithm", |