mirror of https://github.com/buggins/dlangide.git
20 lines
555 B
JSON
20 lines
555 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"],
|
|
|
|
"dependencies": {
|
|
"dlangui": "~master"
|
|
}
|
|
}
|