Browse Source
Merge pull request #12342 from FearlessTobi/fix-msvc
vcpkg: Update fmt to 10.1.1
pull/15/merge
liamwhite
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
3 deletions
-
externals/vcpkg
-
vcpkg.json
|
|
|
@ -1 +1 @@ |
|
|
|
Subproject commit ef2eef17340f3fbd679327d286fad06dd6e838ed |
|
|
|
Subproject commit a42af01b72c28a8e1d7b48107b33e4f286a55ef6 |
|
|
|
@ -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" |
|
|
|
} |
|
|
|
] |
|
|
|
} |