dlangui/examples/dminer/dub.json

22 lines
541 B
JSON

{
"name": "dminer",
"description": "dlangui library example DMiner",
"homepage": "https://github.com/buggins/dlangui",
"license": "Boost",
"authors": ["Vadim Lopatin"],
"stringImportPaths": ["views", "views/res", "views/res/i18n", "views/res/mdpi"],
"targetPath": "bin",
"targetName": "dminer",
"targetType": "executable",
"sourceFiles-windows-x86": ["$PACKAGE_DIR/src/win_app.def"],
"versions": ["EmbedStandardResources"],
"dependencies": {
"dlangui": {"path": "../../"}
}
}