diff options
Diffstat (limited to 'vcpkg.json')
| -rw-r--r-- | vcpkg.json | 3 |
1 files changed, 2 insertions, 1 deletions
| diff --git a/vcpkg.json b/vcpkg.json index 6517f7e..ba6833f 100644 --- a/vcpkg.json +++ b/vcpkg.json | |||
| @@ -1,12 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "dependencies": [ | 2 | "dependencies": [ |
| 3 | "fmt", | ||
| 3 | "protobuf", | 4 | "protobuf", |
| 4 | "yaml-cpp" | 5 | "yaml-cpp" |
| 5 | ], | 6 | ], |
| 6 | "overrides": [ | 7 | "overrides": [ |
| 7 | { | 8 | { |
| 8 | "name": "protobuf", | 9 | "name": "protobuf", |
| 9 | "version": "5.29.3" | 10 | "version": "3.21.12" |
| 10 | } | 11 | } |
| 11 | ] | 12 | ] |
| 12 | } \ No newline at end of file | 13 | } \ No newline at end of file |
