kicad-source/vcpkg-configuration.json

24 lines
625 B
JSON
Raw Normal View History

2022-04-28 18:35:05 -04:00
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg-configuration.schema.json",
2022-04-28 18:35:05 -04:00
"default-registry": {
"kind": "git",
"repository": "https://github.com/microsoft/vcpkg",
2025-01-26 20:07:21 -05:00
"baseline": "57c08a3223a1ec03c3a31986ee38d32e90b6039c"
2022-04-28 18:35:05 -04:00
},
"registries": [
{
"kind": "git",
"repository": "https://gitlab.com/kicad/packaging/kicad-vcpkg-registry.git",
2025-01-26 20:06:52 -05:00
"baseline": "9c06375b6b62483d39ffe78e5fc2918365ee8ead",
"packages": [
"glew",
"python3",
"opencascade",
"wxpython",
"wxwidgets",
2024-05-10 01:42:24 +00:00
"ngspice"
]
2022-04-28 18:35:05 -04:00
}
]
2022-05-07 11:34:20 +00:00
}