name: "B2 Back Room" letters { key: "b" level2: true path: "Components/Collectables/collectable" } paintings { name: "EYES2" path: "Components/Paintings/eyes2" orientation: "east" } paintings { name: "EYES3" path: "Components/Paintings/eyes3" orientation: "west" } tps://git.fourisland.com/lingo2-archipelago' title='lingo2-archipelago Git repository'/>
about summary refs log tree commit diff stats
path: root/vcpkg.json
blob: 5a1975da9346a36b74257dfd9276432764a9059c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "dependencies": [
    "fmt",
    "protobuf",
    "yaml-cpp"
  ],
  "overrides": [
    {
      "name": "protobuf",
      "version": "5.29.3"
    }
  ]
}