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