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",
2023-10-12 23:22:28 +00:00
"version": "7.0",
2022-04-28 22:35:05 +00:00
"license": "GPL-2.0+",
"dependencies": [
2023-10-13 17:03:57 +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",
"opencascade",
"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",
2022-04-28 22:35:05 +00:00
"wxpython"
],
"overrides": [
{
"name": "glm",
"version": "0.9.9.8#2"
},
2022-04-28 22:35:05 +00:00
{
"name": "python3",
"version": "3.9.16"
2022-04-28 22:35:05 +00:00
},
{
"name": "wxwidgets",
2023-11-10 03:45:21 +00:00
"version": "3.2.4"
},
{
"name": "wxpython",
2023-11-10 03:45:21 +00:00
"version": "4.2.0#14"
2022-06-12 03:44:16 +00:00
},
{
"name": "ngspice",
2023-09-04 19:36:07 +00:00
"version": "41"
2023-10-12 23:22:28 +00:00
},
{
"name": "libffi",
"version": "3.4.4#2"
2022-04-28 22:35:05 +00:00
}
]
2022-06-12 03:44:16 +00:00
}