kicad/vcpkg.json

46 lines
756 B
JSON

{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "kicad",
"version": "6.99",
"license": "GPL-2.0+",
"dependencies": [
"boost",
"cairo",
"wxwidgets",
"glew",
"curl",
{
"name": "gettext",
"features": [ "tools" ],
"host": true
},
"harfbuzz",
"glm",
"opencascade",
"opengl",
"python3",
"openssl",
"icu",
"ngspice",
"wxpython"
],
"overrides": [
{
"name": "python3",
"version": "3.9.16"
},
{
"name": "wxwidgets",
"version": "3.2.2#0"
},
{
"name": "wxpython",
"version": "4.2.0#4"
},
{
"name": "ngspice",
"version": "39"
}
]
}