kicad/vcpkg.json

68 lines
1.2 KiB
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": "7.99",
2022-04-28 22:35:05 +00:00
"license": "GPL-2.0+",
"dependencies": [
2023-04-09 00:22:00 +00:00
"boost-algorithm",
"boost-filesystem",
"boost-functional",
"boost-iterator",
"boost-locale",
"boost-optional",
"boost-property-tree",
"boost-ptr-container",
"boost-range",
"boost-test",
"boost-uuid",
2022-04-28 22:35:05 +00:00
"cairo",
"wxwidgets",
"glew",
"curl",
{
"name": "gettext",
"features": [ "tools" ],
"host": true
},
2022-04-28 22:35:05 +00:00
"harfbuzz",
"glm",
2023-06-06 01:03:25 +00:00
{
"name": "opencascade",
"features": [ "rapidjson" ]
},
2022-04-28 22:35:05 +00:00
"opengl",
"python3",
"openssl",
{
"name": "sqlite3",
"features": [ "fts5", "fts4", "fts3", "rtree", "session" ]
},
2022-04-28 22:35:05 +00:00
"icu",
2023-02-08 19:20:20 +00:00
"ngspice",
2023-10-20 13:08:33 +00:00
"wxpython",
"libgit2"
2022-04-28 22:35:05 +00:00
],
"overrides": [
{
"name": "glm",
"version": "0.9.9.8#2"
},
2022-04-28 22:35:05 +00:00
{
"name": "python3",
2023-10-11 22:13:53 +00:00
"version": "3.11.5#0"
2022-04-28 22:35:05 +00:00
},
{
"name": "wxwidgets",
"version": "3.2.4#1"
},
{
"name": "wxpython",
2023-11-10 03:44:24 +00:00
"version": "4.2.0#14"
2022-06-12 03:44:16 +00:00
},
{
"name": "ngspice",
2023-12-30 04:07:10 +00:00
"version": "42"
2022-04-28 22:35:05 +00:00
}
]
2022-06-12 03:44:16 +00:00
}