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",
|
"name": "arsd",
|
||||||
"targetType": "sourceLibrary",
|
"targetType": "sourceLibrary",
|
||||||
"dependencies": {}
|
"dependencies": {},
|
||||||
|
"description": "A container of various subpackages that do lots of different things.",
|
||||||
"subPackages": [
|
"subPackages": [
|
||||||
{
|
{
|
||||||
"name": "simpledisplay",
|
"name": "simpledisplay",
|
||||||
"description": "Window creation and basic drawing",
|
"description": "Window creation and basic drawing",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"color": "*"
|
"color": ">=0.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue