From 30b731a8cfb85aa7ee90a79cd58da07052db4fad Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Mon, 16 Feb 2015 14:09:40 +0300 Subject: [PATCH] fix dlib dependency - use tagged version to resolve unittest build error --- dub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.json b/dub.json index 285e3911..7af06e82 100644 --- a/dub.json +++ b/dub.json @@ -35,7 +35,7 @@ "dependencies": { "derelict-gl3": ">=1.0.12", - "dlib": "~master", + "dlib": ">=0.4.1", "derelict-ft": ">=1.0.0", "derelict-sdl2": ">=1.9.1" },