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