DUB project - support minimal configuration to avoid OpenGL

This commit is contained in:
Vadim Lopatin 2016-09-15 17:12:00 +03:00
parent 1cdc51ca93
commit 12b8651587
1 changed files with 7 additions and 1 deletions

View File

@ -22,7 +22,13 @@
"configurations" : [
{
"name" : "default",
"name" : "default"
},
{
"name" : "minimal",
"subConfigurations" : {
"dlangui" : "minimal"
}
},
{
"name" : "console",