mirror of https://github.com/adamdruppe/arsd.git
trying subpackage
This commit is contained in:
parent
3575886823
commit
7e4b73bd49
5
dub.json
5
dub.json
|
@ -1,13 +1,14 @@
|
|||
{
|
||||
"name": "arsd",
|
||||
"targetType": "sourceLibrary",
|
||||
"dependencies": {}
|
||||
"dependencies": {},
|
||||
"description": "A container of various subpackages that do lots of different things.",
|
||||
"subPackages": [
|
||||
{
|
||||
"name": "simpledisplay",
|
||||
"description": "Window creation and basic drawing",
|
||||
"dependencies": {
|
||||
"color": "*"
|
||||
"color": ">=0.0.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue