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",
|
"name": "arsd-official",
|
||||||
"targetType": "sourceLibrary",
|
"targetType": "sourceLibrary",
|
||||||
|
"sourcePaths": ["dummy"],
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"description": "A container of various subpackages that do lots of different things.",
|
"description": "A container of various subpackages that do lots of different things.",
|
||||||
"license":"BSL-1.0",
|
"license":"BSL-1.0",
|
||||||
|
@ -8,6 +9,7 @@
|
||||||
{
|
{
|
||||||
"name": "simpledisplay",
|
"name": "simpledisplay",
|
||||||
"description": "Window creation and basic drawing",
|
"description": "Window creation and basic drawing",
|
||||||
|
"sourceFiles": ["simpledisplay.d"],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"color": ">=0.0.0"
|
"color": ">=0.0.0"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue