kicad-source/vcpkg-configuration.json
Seth Hillbrand e75076ab41 Revert "Replace glew with epoxy"
This reverts merge request !2217
2025-04-22 15:16:58 -07:00

24 lines
625 B
JSON

{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg-configuration.schema.json",
"default-registry": {
"kind": "git",
"repository": "https://github.com/microsoft/vcpkg",
"baseline": "57c08a3223a1ec03c3a31986ee38d32e90b6039c"
},
"registries": [
{
"kind": "git",
"repository": "https://gitlab.com/kicad/packaging/kicad-vcpkg-registry.git",
"baseline": "9c06375b6b62483d39ffe78e5fc2918365ee8ead",
"packages": [
"glew",
"python3",
"opencascade",
"wxpython",
"wxwidgets",
"ngspice"
]
}
]
}