kicad-source/vcpkg-configuration.json

24 lines
631 B
JSON
Raw Permalink Normal View History

2022-04-28 18:35:05 -04:00
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg-configuration.schema.json",
2022-04-28 18:35:05 -04:00
"default-registry": {
"kind": "git",
"repository": "https://github.com/microsoft/vcpkg",
2025-05-21 19:53:02 -04:00
"baseline": "4091a2e994992b7d68ea8794bf8dca4084c2b665"
2022-04-28 18:35:05 -04:00
},
"registries": [
{
"kind": "git",
"repository": "https://gitlab.com/kicad/packaging/kicad-vcpkg-registry.git",
2025-09-06 13:35:09 -04:00
"baseline": "b31e1a80d213ec39594c96807f86993196d31176",
"packages": [
"glew",
"python3",
"opencascade",
"wxpython-33",
"wxwidgets-33",
2024-05-10 01:42:24 +00:00
"ngspice"
]
2022-04-28 18:35:05 -04:00
}
]
2022-05-07 11:34:20 +00:00
}