gale/GLD_gale-sample.json

30 lines
495 B
JSON
Raw Normal View History

{
"type":"BINARY",
"sub-type":"SAMPLE",
"group-id":"com.atria-soft",
"description":"Simple windows with gale",
"license":"MPL-2",
"license-file":"file://LICENCE.txt",
"maintainer":"file://authors.txt",
"author":"file://authors.txt",
"version":"file://version.txt",
"code-quality":"MEDIUM",
"source": [
"sample/basic.cpp"
],
"path":[
"."
],
"dependency": [
"gale",
"test-debug"
],
"copy":[
{
"path":"sample/basic.frag"
}, {
"path":"sample/basic.vert"
}
]
}