mirror of https://github.com/buggins/dlangide.git
25 lines
604 B
JSON
25 lines
604 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"],
|
|
|
|
"dependencies": {
|
|
"dlangui": "~>0.7.31",
|
|
"dcd": "~>0.7.4"
|
|
},
|
|
|
|
"versions": ["EmbedStandardResources"],
|
|
|
|
"subConfigurations": {
|
|
"dlangui": "minimal"
|
|
}
|
|
}
|