kicad/vcpkg-configuration.json

24 lines
625 B
JSON
Raw Normal View History

2022-04-28 22:35:05 +00:00
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg-configuration.schema.json",
2022-04-28 22:35:05 +00:00
"default-registry": {
"kind": "git",
"repository": "https://github.com/microsoft/vcpkg",
2024-01-18 15:12:34 +00:00
"baseline": "97dd26728e3856ed1ab62ee74ee3a391d9c81d19"
2022-04-28 22:35:05 +00:00
},
"registries": [
{
"kind": "git",
"repository": "https://gitlab.com/kicad/packaging/kicad-vcpkg-registry.git",
"baseline": "cffa190cc20bf9a92e863f480e53d033116dae98",
"packages": [
"glew",
"python3",
"opencascade",
"wxpython",
"wxwidgets",
"ngspice"
]
2022-04-28 22:35:05 +00:00
}
]
2022-05-07 11:34:20 +00:00
}