From ec2414253896afd567d69c580dd472db26193b36 Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Mon, 28 Sep 2015 09:32:08 -0400 Subject: [PATCH] dub --- dub.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dub.json b/dub.json index e00a7be..65c266b 100644 --- a/dub.json +++ b/dub.json @@ -9,10 +9,7 @@ { "name": "simpledisplay", "description": "Window creation and basic drawing", - "sourceFiles": ["simpledisplay.d", "color.d"], - "dependencies": { - "arsd-official:color": ">=0.0.0" - } + "sourceFiles": ["simpledisplay.d", "color.d"] }, { "name": "color",