mirror of https://github.com/buggins/dlangui.git
22 lines
544 B
JSON
22 lines
544 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"],
|
|
|
|
"sourceFiles-windows": ["$PACKAGE_DIR/src/win_app.def"],
|
|
|
|
"versions": ["EmbedStandardResources"],
|
|
|
|
"dependencies": {
|
|
"dlangui": {"path": "../../"}
|
|
}
|
|
}
|