From 357588682334b058925e9afc5e185bbf2dbe24da Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Mon, 1 Jun 2015 10:05:10 -0400 Subject: [PATCH] experimental --- dub.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 dub.json diff --git a/dub.json b/dub.json new file mode 100644 index 0000000..8f82d24 --- /dev/null +++ b/dub.json @@ -0,0 +1,19 @@ +{ + "name": "arsd", + "targetType": "sourceLibrary", + "dependencies": {} + "subPackages": [ + { + "name": "simpledisplay", + "description": "Window creation and basic drawing", + "dependencies": { + "color": "*" + } + }, + { + "name": "color", + "description": "Base library for image and color definitions" + } + + ] +}