adamdruppe / arsd

This is a collection of modules that I've released over the years. Most of them stand alone, or have just one or two dependencies in here, so you don't have to download this whole repo.
http://arsd-official.dpldocs.info/arsd.html
531 stars 128 forks source link

fix minigui dub config #208

Closed andre2007 closed 5 years ago

andre2007 commented 5 years ago

Specifying the configuration would look like this:

{
    "name": "minisample",
    "dependencies": {
        "arsd-official:minigui": {"path": "C:\\Users\\pc\\git\\arsd"},
        "arsd-official:simpledisplay": {"path": "C:\\Users\\pc\\git\\arsd"},
    },
    "subConfigurations": {
        "arsd-official:simpledisplay": "without-opengl"
    }
}

Please note, you can only set a configuration for a dependency which is explicetly mentioned, therefore you have to mention simpledisplay.