From d0cfbed3099d9ac858f5b4ae5bfc4cf6435ad053 Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Mon, 28 Sep 2015 09:25:48 -0400 Subject: [PATCH] stuff --- dub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.json b/dub.json index 905114f..fe22248 100644 --- a/dub.json +++ b/dub.json @@ -11,7 +11,7 @@ "description": "Window creation and basic drawing", "sourceFiles": ["simpledisplay.d"], "dependencies": { - "color": ">=0.0.0" + "arsd-official:color": ">=0.0.0" } }, {