mirror of https://github.com/buggins/dlangide.git
27 lines
694 B
JSON
27 lines
694 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", "views/res/hdpi"],
|
|
|
|
"copyFiles-windows": ["lib/win32/dcd-server.exe", "lib/win32/dcd-client.exe"],
|
|
|
|
"dependencies": {
|
|
"dlangui": "~>0.6.47",
|
|
"libdparse": "==0.2.0"
|
|
},
|
|
|
|
"versions": ["EmbedStandardResources"],
|
|
|
|
"subConfigurations": {
|
|
"dlangui": "minimal"
|
|
}
|
|
}
|