kicad/vcpkg-configuration.json

17 lines
548 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": "36fb23307e10cc6ffcec566c46c4bb3f567c82c6"
},
"registries": [
{
"kind": "git",
"repository": "https://gitlab.com/kicad/packaging/kicad-vcpkg-registry.git",
"baseline": "a5f6c93d41190d8dd011553c9f5df0dbaf8387a0",
"packages": [ "python3", "wxpython", "wxwidgets", "ngspice" ]
}
]
}