mirror of https://github.com/adamdruppe/arsd.git
25 lines
559 B
JSON
25 lines
559 B
JSON
{
|
|
"name": "arsd-official",
|
|
"targetType": "sourceLibrary",
|
|
"sourcePaths": ["dummy"],
|
|
"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",
|
|
"sourceFiles": ["simpledisplay.d"],
|
|
"dependencies": {
|
|
"arsd-official:color": ">=0.0.0"
|
|
}
|
|
},
|
|
{
|
|
"name": "color",
|
|
"description": "Base library for image and color definitions"
|
|
"sourceFiles": ["color.d"]
|
|
}
|
|
|
|
]
|
|
}
|