dlangide/dub.json

28 lines
554 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",
"sourcePaths": ["src"],
"sourceFiles": [
"src/app.d"
],
"copyFiles-windows": [
"lib/FreeImage.dll",
],
"mainSourceFile": "src/app.d",
"dependencies": {
"dlangui:dlanguilib": "~master"
}
}