kicad/vcpkg-configuration.json

25 lines
644 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": "5029666d12551a1d7c16b03abfb532de0a561fe3",
"packages": [
"glew",
"python3",
"opencascade",
"wxpython",
"wxwidgets",
"ngspice",
"liblzma"
]
2022-04-28 22:35:05 +00:00
}
]
2022-05-07 11:34:20 +00:00
}