Files
CorsixTH/vcpkg-configuration.json
2025-05-23 10:52:19 -04:00

21 lines
541 B
JSON

{
"default-registry": {
"kind": "git",
"baseline": "8f54ef5453e7e76ff01e15988bf243e7247c5eb5",
"repository": "https://github.com/microsoft/vcpkg"
},
"registries": [
{
"kind": "artifact",
"location": "https://github.com/microsoft/vcpkg-ce-catalog/archive/refs/heads/main.zip",
"name": "microsoft"
},
{
"kind": "git",
"repository": "https://github.com/CorsixTH/vcpkg-registry",
"baseline": "1ec0ed6b666d6ef4843e8b8fc0f32cbf5b6fe359",
"packages": [ "ffmpeg" ]
}
]
}