2021-09-09 16:24:04 +08:00
|
|
|
{
|
|
|
|
"name": "opencascade",
|
2024-04-09 23:29:42 +08:00
|
|
|
"version": "7.8.1",
|
2024-09-04 03:38:18 +08:00
|
|
|
"port-version": 1,
|
2021-09-09 16:24:04 +08:00
|
|
|
"description": "Open CASCADE Technology (OCCT) is an open-source software development platform for 3D CAD, CAM, CAE.",
|
2021-11-13 08:40:40 +08:00
|
|
|
"homepage": "https://github.com/Open-Cascade-SAS/OCCT",
|
2023-11-22 11:51:11 +08:00
|
|
|
"license": "LGPL-2.1-only",
|
|
|
|
"supports": "!xbox",
|
2021-09-09 16:24:04 +08:00
|
|
|
"dependencies": [
|
2023-11-22 11:51:11 +08:00
|
|
|
{
|
|
|
|
"name": "angle",
|
|
|
|
"platform": "uwp"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "opengl",
|
|
|
|
"platform": "!(android | ios | uwp | wasm32)"
|
|
|
|
},
|
2021-10-22 15:49:45 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2021-09-09 16:24:04 +08:00
|
|
|
],
|
2023-11-22 11:51:11 +08:00
|
|
|
"default-features": [
|
|
|
|
{
|
|
|
|
"name": "freetype",
|
|
|
|
"platform": "!uwp"
|
|
|
|
}
|
|
|
|
],
|
2021-09-09 16:24:04 +08:00
|
|
|
"features": {
|
|
|
|
"freeimage": {
|
|
|
|
"description": "Enable optional usage of freeimage",
|
|
|
|
"dependencies": [
|
|
|
|
"freeimage"
|
|
|
|
]
|
|
|
|
},
|
2023-11-22 11:51:11 +08:00
|
|
|
"freetype": {
|
|
|
|
"description": "Use of freetype",
|
|
|
|
"supports": "!uwp",
|
|
|
|
"dependencies": [
|
|
|
|
"fontconfig",
|
|
|
|
{
|
|
|
|
"name": "freetype",
|
|
|
|
"default-features": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2021-10-22 15:49:45 +08:00
|
|
|
"rapidjson": {
|
|
|
|
"description": "Enable optional usage of rapidjson",
|
|
|
|
"dependencies": [
|
|
|
|
"rapidjson"
|
|
|
|
]
|
|
|
|
},
|
2023-04-29 07:13:02 +08:00
|
|
|
"samples": {
|
|
|
|
"description": "Enable optional samples"
|
|
|
|
},
|
2021-09-09 16:24:04 +08:00
|
|
|
"tbb": {
|
|
|
|
"description": "Enable optional usage of tbb",
|
|
|
|
"dependencies": [
|
|
|
|
"tbb"
|
|
|
|
]
|
2023-09-14 06:32:26 +08:00
|
|
|
},
|
|
|
|
"vtk": {
|
|
|
|
"description": "Enable optional usage of vtk",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vtk",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"opengl"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
2021-09-09 16:24:04 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|