mirror of https://github.com/buggins/dlangui.git
35 lines
803 B
JSON
35 lines
803 B
JSON
{
|
|
"name": "opengl",
|
|
"description": "dlangui library OpenGL example",
|
|
"homepage": "https://github.com/buggins/dlangui",
|
|
"license": "Boost",
|
|
"authors": ["Vadim Lopatin"],
|
|
|
|
"targetPath": "bin",
|
|
"targetType": "executable",
|
|
"targetName": "openglexample",
|
|
|
|
"stringImportPaths": ["views", "views/res", "views/res/i18n", "views/res/mdpi"],
|
|
|
|
"versions": ["EmbedStandardResources", "GL_AllowDeprecated"],
|
|
|
|
"dependencies": {
|
|
"dlangui": {"path": "../../"}
|
|
},
|
|
|
|
"configurations": [
|
|
{
|
|
"name": "default",
|
|
"subConfigurations": {
|
|
"dlangui": "default"
|
|
}
|
|
},
|
|
{
|
|
"name": "x11",
|
|
"subConfigurations": {
|
|
"dlangui": "x11"
|
|
}
|
|
}
|
|
]
|
|
}
|