dlangui/examples/opengl/dub.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"
}
}
]
}