dlangide/dub.json

32 lines
618 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",
],
"versions-posix": [
"USE_SDL", "USE_OPENGL"
],
"mainSourceFile": "src/app.d",
"dependencies": {
"dlangui:dlanguilib": "~master"
}
}