mirror of https://github.com/buggins/dlangui.git
Fix dlangide "console" configuration build
This commit is contained in:
parent
68eba11e46
commit
76c9e108e2
3
dub.json
3
dub.json
|
@ -30,7 +30,8 @@
|
||||||
"excludedSourceFiles-windows": ["3rdparty/fontconfig/*"],
|
"excludedSourceFiles-windows": ["3rdparty/fontconfig/*"],
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bindbc-opengl": "~>1.0.0"
|
"bindbc-opengl": "~>1.0.0",
|
||||||
|
"inilike": "~>1.2.1"
|
||||||
},
|
},
|
||||||
|
|
||||||
"versions": ["GL_AllowDeprecated", "GL_30"],
|
"versions": ["GL_AllowDeprecated", "GL_30"],
|
||||||
|
|
Loading…
Reference in New Issue