mirror of
https://gitee.com/openharmony/third_party_spirv-tools
synced 2024-11-27 01:21:25 +00:00
ba7e859c4e
Signed-off-by: wangshi <wangshi@kaihong.com>
18 lines
352 B
JSON
18 lines
352 B
JSON
{
|
|
"name": "spirv-tools",
|
|
"version": "VERSION",
|
|
"license": "Apache-2.0",
|
|
"main": "spirv-tools",
|
|
"types": "spirv-tools.d.ts",
|
|
"files": [
|
|
"*.wasm",
|
|
"*.js",
|
|
"*.d.ts"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/KhronosGroup/SPIRV-Tools"
|
|
},
|
|
"homepage": "https://github.com/KhronosGroup/SPIRV-Tools"
|
|
}
|