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