diff options
Diffstat (limited to 'vcpkg.json')
| -rw-r--r-- | vcpkg.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/vcpkg.json b/vcpkg.json index b247f7386..c4413e22a 100644 --- a/vcpkg.json +++ b/vcpkg.json | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | { | 1 | { |
| 2 | "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json", | 2 | "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json", |
| 3 | "name": "yuzu", | 3 | "name": "yuzu", |
| 4 | "builtin-baseline": "cef0b3ec767df6e83806899fe9525f6cf8d7bc91", | 4 | "builtin-baseline": "9b22b40c6c61bf0da2d46346dd44a11e90972cc9", |
| 5 | "version": "1.0", | 5 | "version": "1.0", |
| 6 | "dependencies": [ | 6 | "dependencies": [ |
| 7 | "boost-algorithm", | 7 | "boost-algorithm", |
| @@ -37,6 +37,10 @@ | |||
| 37 | { | 37 | { |
| 38 | "name": "catch2", | 38 | "name": "catch2", |
| 39 | "version": "2.13.9" | 39 | "version": "2.13.9" |
| 40 | }, | ||
| 41 | { | ||
| 42 | "name": "fmt", | ||
| 43 | "version": "9.0.0" | ||
| 40 | } | 44 | } |
| 41 | ] | 45 | ] |
| 42 | } | 46 | } |