experimental

This commit is contained in:
Adam D. Ruppe 2015-06-01 10:05:10 -04:00
parent 7336ba2a22
commit 3575886823
1 changed files with 19 additions and 0 deletions

19
dub.json Normal file
View File

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