lnav/vcpkg-configuration.json

18 lines
394 B
JSON
Raw Normal View History

2024-05-11 04:01:25 +00:00
{
"default-registry": {
"kind": "git",
"baseline": "cbf4a6641528cee6f172328984576f51698de726",
"repository": "https://github.com/microsoft/vcpkg"
},
"registries": [
{
"kind": "artifact",
"location": "https://github.com/microsoft/vcpkg-ce-catalog/archive/refs/heads/main.zip",
"name": "microsoft"
}
],
"overlay-ports": [
"overlay-ports"
]
}