dlangui/examples/helloworld/dub.json

15 lines
322 B
JSON

{
"name": "helloworld",
"description": "dlangui library example Hello World",
"homepage": "https://github.com/buggins/dlangui",
"license": "Boost",
"authors": ["Vadim Lopatin"],
"targetPath": "bin",
"targetType": "executable",
"dependencies": {
"dlangui:dlanguilib": "*",
}
}