kicad/vcpkg.json

45 lines
736 B
JSON
Raw Normal View History

2022-04-28 22:35:05 +00:00
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"name": "kicad",
"version": "6.99",
"license": "GPL-2.0+",
"dependencies": [
"boost",
"cairo",
"wxwidgets",
"glew",
"curl",
{
"name": "gettext",
"features": [ "tools" ]
},
2022-04-28 22:35:05 +00:00
"harfbuzz",
"glm",
"opencascade",
"opengl",
"python3",
"openssl",
"icu",
"ngspice",
"wxpython"
],
"overrides": [
{
"name": "python3",
"version": "3.9.14"
2022-04-28 22:35:05 +00:00
},
{
"name": "wxwidgets",
2022-09-19 04:24:10 +00:00
"version": "3.2.1#0"
},
{
"name": "wxpython",
2022-10-17 23:48:54 +00:00
"version": "4.2.0#2"
2022-06-12 03:44:16 +00:00
},
{
"name": "ngspice",
"version": "37"
2022-04-28 22:35:05 +00:00
}
]
2022-06-12 03:44:16 +00:00
}