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"] } ]