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": "eaf5e9023dee2e97aec87bebaa39a16b28c310b8"
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:41:29 +00:00
"baseline": "f96e629af6e31ac0dbd060744217864d73b9defd",
"packages": [ "python3", "wxpython", "wxwidgets", "ngspice" ]
2022-04-29 01:20:30 +00:00
}
]
}