From dcd299fab9138f9e34891fafe553420da055ab14 Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Wed, 25 Mar 2015 11:22:52 +0300 Subject: [PATCH] fix dlib dependency --- dlanguilib.visualdproj | 2 +- dub.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dlanguilib.visualdproj b/dlanguilib.visualdproj index 5332421c..3f9bf0d8 100644 --- a/dlanguilib.visualdproj +++ b/dlanguilib.visualdproj @@ -72,7 +72,7 @@ 0 DebugFocus 0 - EmbedStandardResources Unicode USE_FREETYPE USE_OPENGL USE_SDL + EmbedStandardResources Unicode USE_FREETYPE 0 0 1 diff --git a/dub.json b/dub.json index 879869de..f4e9b592 100644 --- a/dub.json +++ b/dub.json @@ -36,7 +36,7 @@ "dependencies": { "derelict-gl3": ">=1.0.12", - "dlib": "~master", + "dlib": "~>0.5.2" "derelict-ft": ">=1.0.0", "derelict-sdl2": ">=1.9.1", "gl3n": "~>1.0.1"