{
    "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.95",
        "dcd": "~>0.9.1"
    },

    "copyFiles-windows": [
        "libs/windows/x86/mago-mi.exe"
    ],

    "libs-linux": ["z"],

    "configurations" : [
        {
            "name" : "default"
        }, 
        {
            "name" : "minimal",
            "subConfigurations" : {
                "dlangui" : "minimal"
            }
        }, 
        {
            "name" : "console",
            "subConfigurations" : {
                "dlangui" : "console"
            }
        }, 
        {
            "name" : "x11",
            "subConfigurations" : {
                "dlangui" : "x11"
            }
        }
    ],

    "versions": ["EmbedStandardResources"]
}