gale/GLD_gale-sample.json

27 lines
486 B
JSON

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