dlangide/dub.json

20 lines
416 B
JSON

{
"name": "dlangide",
"description": "trying to make D language IDE based on dlangui library",
"homepage": "https://github.com/buggins/dlangide",
"license": "Boost",
"authors": ["Vadim Lopatin"],
"targetName": "dlangide",
"targetPath": "bin",
"targetType": "executable",
"copyFiles": [
"res"
],
"dependencies": {
"dlangui:dlanguilib": "~master"
}
}