mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 06:28:29 +01:00
16 lines
422 B
JSON
16 lines
422 B
JSON
|
{
|
||
|
"pkgname": "ShaderPlayground",
|
||
|
"app":"ShaderPlayground",
|
||
|
"name":"OpenGL Shader Playground",
|
||
|
"description":"OpenGL Shader Playground",
|
||
|
"info":{
|
||
|
"author": "Xuan Sang LE",
|
||
|
"email": "mrsang@iohub.dev"
|
||
|
},
|
||
|
"version":"0.0.1-a",
|
||
|
"category":"Development",
|
||
|
"iconclass":"bi bi-lightbulb-fill",
|
||
|
"mimes":["none"],
|
||
|
"dependencies":["libthreejs@0.0.129-r"],
|
||
|
"locale": {}
|
||
|
}
|