kicad/vcpkg-configuration.json

16 lines
435 B
JSON
Raw Normal View History

2022-04-29 01:20:30 +00:00
{
"default-registry": {
"kind": "git",
"repository": "https://github.com/microsoft/vcpkg",
"baseline": "94c728df6b4c1c186e2ba58952f48ac744f4ef3b"
},
"registries": [
{
"kind": "git",
"repository": "https://gitlab.com/kicad/packaging/kicad-vcpkg-registry.git",
2022-05-11 22:55:18 +00:00
"baseline": "797667896ba2d4aee372a7d585e86d1b03b91e99",
"packages": [ "python3", "wxpython", "wxwidgets", "ngspice" ]
2022-04-29 01:20:30 +00:00
}
]
}