dlangui/examples/helloworld/dub.json

16 lines
343 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",
"dependencies": {
"dlangui": "*",
}
}