From ae58bec19254a56d9f8a3ee082b30dd95ff5d74b Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Thu, 28 Sep 2017 10:32:30 +0300 Subject: [PATCH] upgrade dlangui to fix freetype font issues --- dub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.json b/dub.json index 8e104d5..497becb 100644 --- a/dub.json +++ b/dub.json @@ -12,7 +12,7 @@ "stringImportPaths": ["views"], "dependencies": { - "dlangui": "==0.9.152", + "dlangui": "==0.9.153", "dsymbol": "~>0.2.9", "dcd": "~>0.9.1" },