Files
third_party_glfw/bundle.json
T
qibaijin c153c2d131 裁剪XIput2依赖
Signed-off-by: qibaijin <qibaijin@huawei.com>
Change-Id: Idae06767fc5363f0490cda7c335782f5704730f3
2024-11-14 10:26:05 +08:00

34 lines
829 B
JSON

{
"name": "@ohos/glfw",
"description": "GLFW is an Open Source, multi-platform library for OpenGL, OpenGL ES and Vulkan application development.",
"version": "3.4",
"license": "Zlib",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/glfw"
},
"dirs": {},
"scripts": {},
"licensePath": "COPYING.txt",
"readmePath": {
"en": ""
},
"component": {
"name": "glfw",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [ "standard" ],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}