kicad-source/vcpkg-configuration.json
2025-09-06 13:35:28 -04:00

24 lines
631 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": "4091a2e994992b7d68ea8794bf8dca4084c2b665"
},
"registries": [
{
"kind": "git",
"repository": "https://gitlab.com/kicad/packaging/kicad-vcpkg-registry.git",
"baseline": "b31e1a80d213ec39594c96807f86993196d31176",
"packages": [
"glew",
"python3",
"opencascade",
"wxpython-33",
"wxwidgets-33",
"ngspice"
]
}
]
}