diff options
author | liamwhite <liamwhite@users.noreply.github.com> | 2023-12-12 21:32:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-12 21:32:09 +0100 |
commit | d590cfb9d05f4130c9ecf1686338cb5fa161fbda (patch) | |
tree | c8f92b100fbde5cf37a938a1b62981bacdd9e497 /vcpkg.json | |
parent | Merge pull request #12343 from FearlessTobi/fix-typo (diff) | |
parent | vcpkg: Update fmt to 10.1.1 (diff) | |
download | yuzu-d590cfb9d05f4130c9ecf1686338cb5fa161fbda.tar yuzu-d590cfb9d05f4130c9ecf1686338cb5fa161fbda.tar.gz yuzu-d590cfb9d05f4130c9ecf1686338cb5fa161fbda.tar.bz2 yuzu-d590cfb9d05f4130c9ecf1686338cb5fa161fbda.tar.lz yuzu-d590cfb9d05f4130c9ecf1686338cb5fa161fbda.tar.xz yuzu-d590cfb9d05f4130c9ecf1686338cb5fa161fbda.tar.zst yuzu-d590cfb9d05f4130c9ecf1686338cb5fa161fbda.zip |
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 da4e9edb9..01a4657d4 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": "cbf56573a987527b39272e88cbdd11389b78c6e4", + "builtin-baseline": "a42af01b72c28a8e1d7b48107b33e4f286a55ef6", "version": "1.0", "dependencies": [ "boost-algorithm", @@ -50,7 +50,7 @@ }, { "name": "fmt", - "version": "10.0.0" + "version": "10.1.1" } ] } |