From 76c9e108e2564e09ef1cf68a5bda9713f99e9787 Mon Sep 17 00:00:00 2001 From: Grim Maple Date: Fri, 22 Apr 2022 21:40:24 +0300 Subject: [PATCH] Fix dlangide "console" configuration build --- dub.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dub.json b/dub.json index 851176d6..92d4f751 100644 --- a/dub.json +++ b/dub.json @@ -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"],