dlangide/dub.json

37 lines
840 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.9.4",
"dcd": "~>0.8.0"
},
"copyFiles-windows": [
"libs/windows/x86/mago-mi.exe"
],
"configurations" : [
{
"name" : "default",
},
{
"name" : "console",
"subConfigurations" : {
"dlangui" : "console"
}
}
],
"versions": ["EmbedStandardResources"]
}