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