mirror of https://github.com/adamdruppe/arsd.git
trying dub thing
This commit is contained in:
parent
df1dadf7ba
commit
7bd0fd3ee9
2
dub.json
2
dub.json
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue