From e33e2b8764a6c71a9eac5815f22247554e607b7b Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Mon, 28 Sep 2015 09:39:23 -0400 Subject: [PATCH] dub sucks --- dub.json | 1 + 1 file changed, 1 insertion(+) diff --git a/dub.json b/dub.json index 862a16a..0836530 100644 --- a/dub.json +++ b/dub.json @@ -9,6 +9,7 @@ { "name": "simpledisplay", "description": "Window creation and basic drawing", + "targetType": "sourceLibrary", "sourceFiles": ["simpledisplay.d", "color.d"] }