Files
how-to-vulkan/ktx/vcpkg-configuration.json
T
2026-06-14 19:09:18 +01:00

18 lines
358 B
JSON

{
"default-registry": {
"kind": "git",
"baseline": "0cb95c860ea83aafc1b24350510b30dec535989a",
"repository": "https://github.com/microsoft/vcpkg"
},
"registries": [
{
"kind": "artifact",
"location": "https://aka.ms/vcpkg-ce-default",
"name": "microsoft"
}
],
"overlay-triplets": [
"./vcpkg-triplets"
]
}