mirror of https://github.com/adamdruppe/arsd.git
experimental
This commit is contained in:
parent
7336ba2a22
commit
3575886823
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue