From 12b86515873e5dacb59f855c38d00fcd095338f8 Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Thu, 15 Sep 2016 17:12:00 +0300 Subject: [PATCH] DUB project - support minimal configuration to avoid OpenGL --- dub.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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",