mirror of https://github.com/adamdruppe/arsd.git
Fix JSON syntax
This commit is contained in:
parent
2e8d9cdeb9
commit
376fde2e8a
6
dub.json
6
dub.json
|
@ -70,12 +70,12 @@
|
||||||
|
|
||||||
"bindbc-freetype": {
|
"bindbc-freetype": {
|
||||||
"version": "*",
|
"version": "*",
|
||||||
"optional": true,
|
"optional": true
|
||||||
},
|
},
|
||||||
"bindbc-opengl": {
|
"bindbc-opengl": {
|
||||||
"version": "*",
|
"version": "*",
|
||||||
"optional": true,
|
"optional": true
|
||||||
},
|
}
|
||||||
},
|
},
|
||||||
"libs-posix": ["freetype", "fontconfig"],
|
"libs-posix": ["freetype", "fontconfig"],
|
||||||
"sourceFiles": ["nanovega.d", "blendish.d"]
|
"sourceFiles": ["nanovega.d", "blendish.d"]
|
||||||
|
|
Loading…
Reference in New Issue