kicad/vcpkg-configuration.json

24 lines
625 B
JSON
Raw 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",
2023-08-09 02:22:38 +00:00
"baseline": "c6928dfb9eb7f333f988d2ce70d1e771b7606849"
2022-04-28 22:35:05 +00:00
},
"registries": [
{
"kind": "git",
"repository": "https://gitlab.com/kicad/packaging/kicad-vcpkg-registry.git",
2023-09-04 19:31:03 +00:00
"baseline": "638fa0c016d307e12cfa3b6598e25de4a171aa55",
"packages": [
"glew",
"python3",
"opencascade",
"wxpython",
"wxwidgets",
"ngspice"
]
2022-04-28 22:35:05 +00:00
}
]
2022-05-07 11:34:20 +00:00
}