kicad/vcpkg-configuration.json

24 lines
625 B
JSON
Raw Permalink Normal View History

2022-04-28 22:35:05 +00:00
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg-configuration.schema.json",
2022-04-28 22:35:05 +00:00
"default-registry": {
"kind": "git",
"repository": "https://github.com/microsoft/vcpkg",
2024-02-27 12:48:00 +00:00
"baseline": "3dd44b931481d7a8e9ba412621fa810232b66289"
2022-04-28 22:35:05 +00:00
},
"registries": [
{
"kind": "git",
"repository": "https://gitlab.com/kicad/packaging/kicad-vcpkg-registry.git",
2024-05-25 13:36:40 +00:00
"baseline": "65dbdd3d220d48a31df1e0b87fa305a38cf3fa8a",
"packages": [
"glew",
"python3",
"opencascade",
"wxpython",
"wxwidgets",
2024-05-10 01:42:24 +00:00
"ngspice"
]
2022-04-28 22:35:05 +00:00
}
]
2022-05-07 11:34:20 +00:00
}