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