gale/GLD_gale-sample.json

27 lines
486 B
JSON
Raw Normal View History

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