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": "eaf5e9023dee2e97aec87bebaa39a16b28c310b8"
},
"registries": [
{
"kind": "git",
"repository": "https://gitlab.com/kicad/packaging/kicad-vcpkg-registry.git",
"baseline": "583838d5f68355c8a170c8545fee1854dc89fe76",
"packages": [ "python3", "wxpython", "wxwidgets", "ngspice" ]
}
]
}