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",
2022-06-25 13:22:44 +00:00
"baseline": "306c9a9e22e4a4425e21da69d141e8b102a5b956"
2022-04-29 01:20:30 +00:00
},
"registries": [
{
"kind": "git",
"repository": "https://gitlab.com/kicad/packaging/kicad-vcpkg-registry.git",
2022-10-18 04:37:50 +00:00
"baseline": "22fe0637255b41558f43bd20671b1800057a2750",
"packages": [ "python3", "wxpython", "wxwidgets", "ngspice" ]
2022-04-29 01:20:30 +00:00
}
]
}