From 671550214df7567bedaafbbaa76bb4e6bef21ac2 Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Mon, 28 Sep 2015 09:38:36 -0400 Subject: [PATCH] dub sucks --- dub.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dub.json b/dub.json index 65c266b..862a16a 100644 --- a/dub.json +++ b/dub.json @@ -10,11 +10,6 @@ "name": "simpledisplay", "description": "Window creation and basic drawing", "sourceFiles": ["simpledisplay.d", "color.d"] - }, - { - "name": "color", - "description": "Base library for image and color definitions", - "sourceFiles": ["color.d"] } ]