kicad/vcpkg.json

56 lines
990 B
JSON

{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "kicad",
"version": "7.99",
"license": "GPL-2.0+",
"dependencies": [
"boost-algorithm",
"boost-filesystem",
"boost-functional",
"boost-iterator",
"boost-locale",
"boost-optional",
"boost-property-tree",
"boost-ptr-container",
"boost-range",
"boost-test",
"boost-uuid",
"cairo",
"wxwidgets",
"glew",
"curl",
{
"name": "gettext",
"features": [ "tools" ],
"host": true
},
"harfbuzz",
"glm",
"opencascade",
"opengl",
"python3",
"openssl",
"icu",
"ngspice",
"wxpython"
],
"overrides": [
{
"name": "python3",
"version": "3.11.2#1"
},
{
"name": "wxwidgets",
"version": "3.2.2#1"
},
{
"name": "wxpython",
"version": "4.2.0#10"
},
{
"name": "ngspice",
"version": "40"
}
]
}