diff options
| author | 2023-12-12 19:12:08 +0100 | |
|---|---|---|
| committer | 2023-12-12 19:27:20 +0100 | |
| commit | 46c259bb207f7f01a0b64abd4bc1516ac869d2cb (patch) | |
| tree | 79972fe46de3ae3b8454bbe6b44cb5353506b0c5 | |
| parent | Merge pull request #12328 from german77/profile_manager (diff) | |
| download | yuzu-46c259bb207f7f01a0b64abd4bc1516ac869d2cb.tar.gz yuzu-46c259bb207f7f01a0b64abd4bc1516ac869d2cb.tar.xz yuzu-46c259bb207f7f01a0b64abd4bc1516ac869d2cb.zip | |
vcpkg: Update fmt to 10.1.1
Should fix compiling on the latest version of MSVC.
Diffstat (limited to '')
| m--------- | externals/vcpkg | 0 | ||||
| -rw-r--r-- | vcpkg.json | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/externals/vcpkg b/externals/vcpkg | |||
| Subproject ef2eef17340f3fbd679327d286fad06dd6e838e | Subproject a42af01b72c28a8e1d7b48107b33e4f286a55ef | ||
diff --git a/vcpkg.json b/vcpkg.json index da4e9edb9..01a4657d4 100644 --- a/vcpkg.json +++ b/vcpkg.json | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | { | 1 | { |
| 2 | "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", | 2 | "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", |
| 3 | "name": "yuzu", | 3 | "name": "yuzu", |
| 4 | "builtin-baseline": "cbf56573a987527b39272e88cbdd11389b78c6e4", | 4 | "builtin-baseline": "a42af01b72c28a8e1d7b48107b33e4f286a55ef6", |
| 5 | "version": "1.0", | 5 | "version": "1.0", |
| 6 | "dependencies": [ | 6 | "dependencies": [ |
| 7 | "boost-algorithm", | 7 | "boost-algorithm", |
| @@ -50,7 +50,7 @@ | |||
| 50 | }, | 50 | }, |
| 51 | { | 51 | { |
| 52 | "name": "fmt", | 52 | "name": "fmt", |
| 53 | "version": "10.0.0" | 53 | "version": "10.1.1" |
| 54 | } | 54 | } |
| 55 | ] | 55 | ] |
| 56 | } | 56 | } |