kicad/vcpkg.json

46 lines
756 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.schema.json",
2022-04-28 22:35:05 +00:00
"name": "kicad",
"version": "6.99",
"license": "GPL-2.0+",
"dependencies": [
"boost",
"cairo",
"wxwidgets",
"glew",
"curl",
{
"name": "gettext",
"features": [ "tools" ],
"host": true
},
2022-04-28 22:35:05 +00:00
"harfbuzz",
"glm",
"opencascade",
"opengl",
"python3",
"openssl",
"icu",
2023-02-08 19:20:20 +00:00
"ngspice",
2022-04-28 22:35:05 +00:00
"wxpython"
],
"overrides": [
{
"name": "python3",
"version": "3.9.16"
2022-04-28 22:35:05 +00:00
},
{
"name": "wxwidgets",
"version": "3.2.2#0"
},
{
"name": "wxpython",
"version": "4.2.0#4"
2022-06-12 03:44:16 +00:00
},
{
"name": "ngspice",
2023-02-04 14:55:11 +00:00
"version": "39"
2022-04-28 22:35:05 +00:00
}
]
2022-06-12 03:44:16 +00:00
}