diff options
| author | Zephyron <zephyron@citron-emu.orgq> | 2025-02-16 13:38:05 +1000 |
|---|---|---|
| committer | Mike Lothian <mike@fireburn.co.uk> | 2025-05-12 12:45:15 +0100 |
| commit | fbe41afca4862ce7bece2ffd71473d3a6c6944a8 (patch) | |
| tree | b5fb0dbf92cc5cf65fe227ea4bd69a904ff40dc6 /vcpkg.json | |
| parent | a525f2e317173d191d565497226c56efd54140be (diff) | |
build: upgrade fmt and SDL2
Update fmt library to version 11.0.2 and make necessary adjustments:
- Replace fmt/format.h includes with fmt/ranges.h
- Add const qualifiers to formatter::format functions
- Update CMake to require fmt version 11
Additional dependency updates:
- Update SDL2 bundled version from 2.28.2 to 2.32.0
- Update catch2 to version 3.7.1
- Update vcpkg baseline to ca846b21276c9a3171074ac8d2b4f6516894a7d0
Diffstat (limited to 'vcpkg.json')
| -rw-r--r-- | vcpkg.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcpkg.json b/vcpkg.json index 45e5f046b..b2636fc5e 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": "7adc2e4d49e8d0efc07a369079faa6bc3dbb90f3", + "builtin-baseline": "ca846b21276c9a3171074ac8d2b4f6516894a7d0", "version": "1.0", "dependencies": [ "boost-algorithm", @@ -55,7 +55,7 @@ "overrides": [ { "name": "catch2", - "version": "3.3.1" + "version": "3.7.1" }, { "name": "fmt", |
