diff options
author | lat9nq <lat9nq@gmail.com> | 2022-08-07 17:00:47 -0400 |
---|---|---|
committer | lat9nq <lat9nq@gmail.com> | 2022-08-07 17:02:06 -0400 |
commit | 795ccc058daf163a7d4dd341516ce2c6b20a1714 (patch) | |
tree | 9b96f0777ab0abd9f417c866c71dd4557d634b23 | |
parent | 9dc8d02acc852fa867c4a97adb93ac56b36cc57f (diff) |
vcpkg: Update and update fmt to 9.0.0
m--------- | externals/vcpkg | 0 | ||||
-rw-r--r-- | vcpkg.json | 6 |
2 files changed, 5 insertions, 1 deletions
diff --git a/externals/vcpkg b/externals/vcpkg -Subproject cef0b3ec767df6e83806899fe9525f6cf8d7bc9 +Subproject 9b22b40c6c61bf0da2d46346dd44a11e90972cc diff --git a/vcpkg.json b/vcpkg.json index b247f7386..c4413e22a 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json", "name": "yuzu", - "builtin-baseline": "cef0b3ec767df6e83806899fe9525f6cf8d7bc91", + "builtin-baseline": "9b22b40c6c61bf0da2d46346dd44a11e90972cc9", "version": "1.0", "dependencies": [ "boost-algorithm", @@ -37,6 +37,10 @@ { "name": "catch2", "version": "2.13.9" + }, + { + "name": "fmt", + "version": "9.0.0" } ] } |