modorganizer2/vcpkg-configuration.json
2025-05-29 14:24:52 +02:00

22 lines
594 B
JSON

{
"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": "0d5db1c58672510583ae2a26813c5c62b5d24816",
"packages": ["mo2-*", "7zip", "usvfs"]
}
]
}