mirror of https://github.com/adamdruppe/arsd.git
21 lines
418 B
JSON
21 lines
418 B
JSON
{
|
|
"name": "arsd",
|
|
"targetType": "sourceLibrary",
|
|
"dependencies": {},
|
|
"description": "A container of various subpackages that do lots of different things.",
|
|
"subPackages": [
|
|
{
|
|
"name": "simpledisplay",
|
|
"description": "Window creation and basic drawing",
|
|
"dependencies": {
|
|
"color": ">=0.0.0"
|
|
}
|
|
},
|
|
{
|
|
"name": "color",
|
|
"description": "Base library for image and color definitions"
|
|
}
|
|
|
|
]
|
|
}
|