mirror of
https://github.com/openharmony/third_party_meshoptimizer.git
synced 2026-07-19 12:03:07 -04:00
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "@ohos/meshoptimizer",
|
|
"description": "Mesh optimizer is an efficient mesh optimization library that reduces the storage size of 3D mesh data and improves rendering performance through various techniques.",
|
|
"version": "6.1",
|
|
"license": "MIT license",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "third_party/meshoptimizer"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"licensePath": "LICENSES",
|
|
"readmePath": {
|
|
"en": "README_en"
|
|
},
|
|
"component": {
|
|
"name": "meshoptimizer",
|
|
"subsystem": "thirdparty",
|
|
"syscap": [],
|
|
"features": [],
|
|
"adapted_system_type": [
|
|
"standard"
|
|
],
|
|
"rom": "125KB",
|
|
"ram": "938KB",
|
|
"deps": {
|
|
"components": [],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [],
|
|
"inner_kits": [
|
|
{
|
|
"type": "so",
|
|
"name": "//third_party/meshoptimizer:meshoptimizer",
|
|
"header": {
|
|
"header_files": ["src/meshoptimizer.h"],
|
|
"header_base": "//third_party/meshoptimizer"
|
|
}
|
|
}],
|
|
"test": []
|
|
}
|
|
}
|
|
} |