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