mirror of https://github.com/buggins/dlangide.git
49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
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.93",
|
|
"dcd": "~>0.9.1"
|
|
},
|
|
|
|
"copyFiles-windows": [
|
|
"libs/windows/x86/mago-mi.exe"
|
|
],
|
|
|
|
"configurations" : [
|
|
{
|
|
"name" : "default"
|
|
},
|
|
{
|
|
"name" : "minimal",
|
|
"subConfigurations" : {
|
|
"dlangui" : "minimal"
|
|
}
|
|
},
|
|
{
|
|
"name" : "console",
|
|
"subConfigurations" : {
|
|
"dlangui" : "console"
|
|
}
|
|
},
|
|
{
|
|
"name" : "x11",
|
|
"subConfigurations" : {
|
|
"dlangui" : "x11"
|
|
}
|
|
}
|
|
],
|
|
|
|
"versions": ["EmbedStandardResources"]
|
|
}
|