From 7e4b73bd4960ab2b46824de3b4951bfd8520c35f Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Mon, 1 Jun 2015 10:09:17 -0400 Subject: [PATCH] trying subpackage --- dub.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dub.json b/dub.json index 8f82d24..07e4c4c 100644 --- a/dub.json +++ b/dub.json @@ -1,13 +1,14 @@ { "name": "arsd", "targetType": "sourceLibrary", - "dependencies": {} + "dependencies": {}, + "description": "A container of various subpackages that do lots of different things.", "subPackages": [ { "name": "simpledisplay", "description": "Window creation and basic drawing", "dependencies": { - "color": "*" + "color": ">=0.0.0" } }, {