kicad/vcpkg-configuration.json

24 lines
625 B
JSON

{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg-configuration.schema.json",
"default-registry": {
"kind": "git",
"repository": "https://github.com/microsoft/vcpkg",
"baseline": "3dd44b931481d7a8e9ba412621fa810232b66289"
},
"registries": [
{
"kind": "git",
"repository": "https://gitlab.com/kicad/packaging/kicad-vcpkg-registry.git",
"baseline": "679cc384f9fde183696b03addc3bb7fc768b5e11",
"packages": [
"glew",
"python3",
"opencascade",
"wxpython",
"wxwidgets",
"ngspice"
]
}
]
}