about summary refs log tree commit diff stats
path: root/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg.json')
-rw-r--r--vcpkg.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/vcpkg.json b/vcpkg.json index cd12788..ba6833f 100644 --- a/vcpkg.json +++ b/vcpkg.json
@@ -1,11 +1,13 @@
1{ 1{
2 "dependencies": [ 2 "dependencies": [
3 "protobuf" 3 "fmt",
4 "protobuf",
5 "yaml-cpp"
4 ], 6 ],
5 "overrides": [ 7 "overrides": [
6 { 8 {
7 "name": "protobuf", 9 "name": "protobuf",
8 "version": "5.29.3" 10 "version": "3.21.12"
9 } 11 }
10 ] 12 ]
11} \ No newline at end of file 13} \ No newline at end of file