From e7571a37c5d8e2dbc8cc9e5f5d5b629af3949c8a Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Thu, 22 Jan 2015 12:10:33 +0400 Subject: [PATCH] fix dub build: --- dub.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dub.json b/dub.json index 7bdd38ae..02eb679c 100644 --- a/dub.json +++ b/dub.json @@ -25,14 +25,12 @@ "versions": ["EmbedStandardResources"], "sourcePaths": [ - "3rdparty" + "3rdparty", "src" ], "dependencies": { "derelict-gl3": ">=1.0.12", - "dlib": ">=0.4.1" - }, - "dependencies-posix": { + "dlib": ">=0.4.1", "derelict-ft": ">=1.0.0", "derelict-sdl2": ">=1.9.1" },