From 021430ec960c801c9405fedeb6b06e9882de667a Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Wed, 25 Mar 2015 11:23:57 +0300 Subject: [PATCH] fix build error --- dub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.json b/dub.json index f4e9b592..3dfb246d 100644 --- a/dub.json +++ b/dub.json @@ -36,7 +36,7 @@ "dependencies": { "derelict-gl3": ">=1.0.12", - "dlib": "~>0.5.2" + "dlib": "~>0.5.2", "derelict-ft": ">=1.0.0", "derelict-sdl2": ">=1.9.1", "gl3n": "~>1.0.1"