From 0cac2207621a9f703f9f812915e2565e008985d1 Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Thu, 22 Jan 2015 13:09:53 +0300 Subject: [PATCH] embed standard resources, part 1 --- dub.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dub.json b/dub.json index 2082f44a..59323895 100644 --- a/dub.json +++ b/dub.json @@ -32,6 +32,13 @@ "3rdparty", "src" ], + "stringImportPaths": [ + "views", + "views/res", + "views/res/mdpi", + "views/res/i18n" + ], + "dependencies": { "derelict-gl3": ">=1.0.12", "dlib": ">=0.4.1",