diff options
author | Abandoned Cart <[email protected]> | 2023-06-17 21:46:09 -0400 |
---|---|---|
committer | Abandoned Cart <[email protected]> | 2023-06-17 21:46:09 -0400 |
commit | fd0ef5411c4eb49409a3e68e31b341841164bba2 (patch) | |
tree | a33d40c3120770b4a1b652e6c8d3ec084e3925dd /vcpkg.json | |
parent | c0fd793ef6aaa116519755f097dee159937bb18e (diff) | |
download | yuzu-mainline-fd0ef5411c4eb49409a3e68e31b341841164bba2.tar.gz yuzu-mainline-fd0ef5411c4eb49409a3e68e31b341841164bba2.zip |
externals: Update vcpkg to 2023.06.17
Fixes for zlib and qt5
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 2fa2c80be..7d9e631a1 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": "a487471068f4cb1cbb4eeb340763cdcc0a75fd68", + "builtin-baseline": "cbf56573a987527b39272e88cbdd11389b78c6e4", "version": "1.0", "dependencies": [ "boost-algorithm", |