mirror of https://github.com/adamdruppe/arsd.git
dub
This commit is contained in:
parent
d40b3c5d6c
commit
ec24142538
5
dub.json
5
dub.json
|
@ -9,10 +9,7 @@
|
||||||
{
|
{
|
||||||
"name": "simpledisplay",
|
"name": "simpledisplay",
|
||||||
"description": "Window creation and basic drawing",
|
"description": "Window creation and basic drawing",
|
||||||
"sourceFiles": ["simpledisplay.d", "color.d"],
|
"sourceFiles": ["simpledisplay.d", "color.d"]
|
||||||
"dependencies": {
|
|
||||||
"arsd-official:color": ">=0.0.0"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "color",
|
"name": "color",
|
||||||
|
|
Loading…
Reference in New Issue