dlangui/examples/dmledit/dub.json

16 lines
336 B
JSON

{
"name": "dmledit",
"description": "dlangui library example DML Editor",
"homepage": "https://github.com/buggins/dlangui",
"license": "Boost",
"authors": ["Vadim Lopatin"],
"targetPath": "bin",
"targetName": "dmledit",
"targetType": "executable",
"dependencies": {
"dlangui": "*",
}
}