From a36ef7e447bef67424ac37dd8d57e794c8b4ff75 Mon Sep 17 00:00:00 2001 From: FreeSlave Date: Sat, 9 Apr 2016 01:17:30 +0300 Subject: [PATCH] Add 'minimal' configuration for example1 for easy testing of NO_OPENGL version --- examples/example1/dub.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples/example1/dub.json b/examples/example1/dub.json index 9d70d235..8b4197a5 100644 --- a/examples/example1/dub.json +++ b/examples/example1/dub.json @@ -27,6 +27,12 @@ "subConfigurations" : { "dlangui" : "sdl" } + }, + { + "name" : "minimal", + "subConfigurations" : { + "dlangui" : "minimal" + } } ] }