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-11-30 00:41:22 +00:00
"baseline": "eaf5e9023dee2e97aec87bebaa39a16b28c310b8"
2022-04-28 22:35:05 +00:00
},
"registries": [
{
"kind": "git",
"repository": "https://gitlab.com/kicad/packaging/kicad-vcpkg-registry.git",
2022-12-15 02:59:24 +00:00
"baseline": "3f5344c8d2dde771f63022ae68c5a26e9090fa60",
"packages": [ "python3", "wxpython", "wxwidgets", "ngspice" ]
2022-04-28 22:35:05 +00:00
}
]
2022-05-07 11:34:20 +00:00
}