From 7bd0fd3ee946250026d874edfdb4b826542bb325 Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Mon, 28 Sep 2015 09:19:53 -0400 Subject: [PATCH] trying dub thing --- dub.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dub.json b/dub.json index 9c93d01..905114f 100644 --- a/dub.json +++ b/dub.json @@ -1,6 +1,7 @@ { "name": "arsd-official", "targetType": "sourceLibrary", + "sourcePaths": ["dummy"], "dependencies": {}, "description": "A container of various subpackages that do lots of different things.", "license":"BSL-1.0", @@ -8,6 +9,7 @@ { "name": "simpledisplay", "description": "Window creation and basic drawing", + "sourceFiles": ["simpledisplay.d"], "dependencies": { "color": ">=0.0.0" }