From c9c06b450455ae65e2d179b6ce0a40871461b9a3 Mon Sep 17 00:00:00 2001 From: Colden Cullen Date: Tue, 26 Aug 2014 15:53:19 -0400 Subject: [PATCH] Fixed dyaml using a dmd 2.066-specific version --- dub.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dub.json b/dub.json index 8a8e10fa..374d70c6 100644 --- a/dub.json +++ b/dub.json @@ -3,7 +3,7 @@ "description": "A game engine in dlang.", "copyright": "2013 - 2014", "license": "MIT", - "authors": [ + "authors": [ "Colden Cullen", "Brandon Littell", "Eric Christenson", @@ -15,7 +15,7 @@ "derelict-gl3": "~master", "derelict-fi": "~master", "derelict-assimp3": "~master", - "dyaml": "~master", + "dyaml": "==0.4.6", "gl3n" : "~master", "dlogg": "~>0.2.2", "x11": { "version": "==1.0.0", "optional": true }