mirror of https://github.com/adamdruppe/arsd.git
18 lines
416 B
JSON
18 lines
416 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",
|
|
"targetType": "sourceLibrary",
|
|
"sourceFiles": ["simpledisplay.d", "color.d"]
|
|
}
|
|
|
|
]
|
|
}
|