mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Version 2023-06-08 changed the default order of quaternion values from xyzw to wxyz, which we don't support. Fixes animations in the 3D viewer.
67 lines
1.2 KiB
JSON
67 lines
1.2 KiB
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",
|
|
{
|
|
"name": "opencascade",
|
|
"features": [ "rapidjson" ]
|
|
},
|
|
"opengl",
|
|
"python3",
|
|
"openssl",
|
|
{
|
|
"name": "sqlite3",
|
|
"features": [ "fts5", "fts4", "fts3", "rtree", "session" ]
|
|
},
|
|
"icu",
|
|
"ngspice",
|
|
"wxpython"
|
|
],
|
|
"overrides": [
|
|
{
|
|
"name": "glm",
|
|
"version": "0.9.9.8#2"
|
|
},
|
|
{
|
|
"name": "python3",
|
|
"version": "3.11.5#0"
|
|
},
|
|
{
|
|
"name": "wxwidgets",
|
|
"version": "3.2.3"
|
|
},
|
|
{
|
|
"name": "wxpython",
|
|
"version": "4.2.0#13"
|
|
},
|
|
{
|
|
"name": "ngspice",
|
|
"version": "41"
|
|
}
|
|
]
|
|
}
|