mirror of https://github.com/adamdruppe/arsd.git
20 lines
323 B
JSON
20 lines
323 B
JSON
{
|
|
"name": "arsd",
|
|
"targetType": "sourceLibrary",
|
|
"dependencies": {}
|
|
"subPackages": [
|
|
{
|
|
"name": "simpledisplay",
|
|
"description": "Window creation and basic drawing",
|
|
"dependencies": {
|
|
"color": "*"
|
|
}
|
|
},
|
|
{
|
|
"name": "color",
|
|
"description": "Base library for image and color definitions"
|
|
}
|
|
|
|
]
|
|
}
|