From cdde4883e7b4af07326d81abe9dc9c2c85d83202 Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Tue, 10 Feb 2015 09:57:52 +0300 Subject: [PATCH] update dlangui dependency --- dub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.json b/dub.json index f2f631c..46ed2b7 100644 --- a/dub.json +++ b/dub.json @@ -12,6 +12,6 @@ "stringImportPaths": ["views", "views/res", "views/res/i18n", "views/res/mdpi"], "dependencies": { - "dlangui:dlanguilib": "~master" + "dlangui": "~master" } }