dlangide/dub.json

21 lines
608 B
JSON

{
"name": "dlangide",
"description": "Cross platform D language IDE based on dlangui library",
"homepage": "https://github.com/buggins/dlangide",
"license": "Boost",
"authors": ["Vadim Lopatin"],
"targetName": "dlangide",
"targetPath": "bin",
"targetType": "executable",
"stringImportPaths": ["views", "views/res", "views/res/i18n", "views/res/mdpi"],
"copyFiles-windows": ["lib/win32/FreeImage.dll", "lib/win32/SDL2.dll", "lib/win32/dcd-server.exe", "lib/win32/dcd-client.exe"],
"dependencies": {
"dlangui": "~master",
"libdparse": "~>0.1.1"
}
}