From 1ec3ac2f80c1805e0d0bd9953e80066e271563ff Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Mon, 17 Oct 2016 13:25:42 +0300 Subject: [PATCH] update dlangui version to fix grid problems and allow column resizing in grids --- dub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.json b/dub.json index 4047cb6..f274859 100644 --- a/dub.json +++ b/dub.json @@ -12,7 +12,7 @@ "stringImportPaths": ["views", "views/res", "views/res/i18n", "views/res/mdpi", "views/res/hdpi"], "dependencies": { - "dlangui": "==0.9.28", + "dlangui": "==0.9.29", "dcd": "~>0.9.0-alpha4" },