trying dub thing

This commit is contained in:
Adam D. Ruppe 2015-09-28 09:19:53 -04:00
parent df1dadf7ba
commit 7bd0fd3ee9
1 changed files with 2 additions and 0 deletions

View File

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