summary refs log tree commit diff stats
path: root/vcpkg.json
blob: 6517f7e71b54198b9dcbbb2aaaafd285381c6894 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "dependencies": [
    "protobuf",
    "yaml-cpp"
  ],
  "overrides": [
    {
      "name": "protobuf",
      "version": "5.29.3"
    }
  ]
}