kicad/vcpkg-configuration.json

16 lines
435 B
JSON
Raw Normal View History

2022-04-28 22:35:05 +00:00
{
"default-registry": {
"kind": "git",
"repository": "https://github.com/microsoft/vcpkg",
2022-05-17 04:00:49 +00:00
"baseline": "306c9a9e22e4a4425e21da69d141e8b102a5b956"
2022-04-28 22:35:05 +00:00
},
"registries": [
{
"kind": "git",
"repository": "https://gitlab.com/kicad/packaging/kicad-vcpkg-registry.git",
"baseline": "95383aa89d28633085b534e22483a690019dcf52",
"packages": [ "python3", "wxpython", "wxwidgets", "ngspice" ]
2022-04-28 22:35:05 +00:00
}
]
2022-05-07 11:34:20 +00:00
}