summaryrefslogtreecommitdiff
path: root/vcpkg-configuration.json
blob: 7c48a0f9a9a14910d3cadcbb01b8cb621c6c8ea3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "default-registry": {
    "kind": "git",
    "repository": "https://github.com/Microsoft/vcpkg",
    "baseline": "294f76666c3000630d828703e675814c05a4fd43"
  },
  "registries": [
    {
      "kind": "git",
      "repository": "https://github.com/Microsoft/vcpkg",
      "baseline": "294f76666c3000630d828703e675814c05a4fd43",
      "packages": ["boost*", "boost-*"]
    },
    {
      "kind": "git",
      "repository": "https://github.com/ModOrganizer2/vcpkg-registry",
      "baseline": "6c9a8aae49e77a1b71d861dfd2935756dbaa6e29",
      "packages": ["mo2-*", "7zip", "usvfs"]
    }
  ]
}