diff --git a/dub.json b/dub.json index 98f48c1..041f54e 100644 --- a/dub.json +++ b/dub.json @@ -22,7 +22,13 @@ "configurations" : [ { - "name" : "default", + "name" : "default" + }, + { + "name" : "minimal", + "subConfigurations" : { + "dlangui" : "minimal" + } }, { "name" : "console",