dlangui/examples/helloworld/dub.json

24 lines
528 B
JSON

{
"name": "helloworld",
"description": "dlangui library example Hello World",
"homepage": "https://github.com/buggins/dlangui",
"license": "Boost",
"authors": ["Vadim Lopatin"],
"targetPath": "bin",
"targetName": "helloworld",
"targetType": "executable",
"sourceFiles-windows": ["$PACKAGE_DIR/src/win_app.def"],
"versions": ["EmbedStandardResources"],
"dependencies": {
"dlangui": {"path": "../../"}
},
"subConfigurations": {
"dlangui": "minimal"
}
}