mirror of
https://github.com/openharmony/third_party_glfw.git
synced 2026-07-01 08:33:44 -04:00
c153c2d131
Signed-off-by: qibaijin <qibaijin@huawei.com> Change-Id: Idae06767fc5363f0490cda7c335782f5704730f3
34 lines
829 B
JSON
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": []
|
|
}
|
|
}
|
|
} |