Fix dlangide "console" configuration build

This commit is contained in:
Grim Maple 2022-04-22 21:40:24 +03:00
parent 68eba11e46
commit 76c9e108e2
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@
"excludedSourceFiles-windows": ["3rdparty/fontconfig/*"],
"dependencies": {
"bindbc-opengl": "~>1.0.0"
"bindbc-opengl": "~>1.0.0",
"inilike": "~>1.2.1"
},
"versions": ["GL_AllowDeprecated", "GL_30"],