Fix JSON syntax

This commit is contained in:
Elias Batek 2024-09-10 02:15:57 +02:00
parent 2e8d9cdeb9
commit 376fde2e8a
1 changed files with 3 additions and 3 deletions

View File

@ -70,12 +70,12 @@
"bindbc-freetype": {
"version": "*",
"optional": true,
"optional": true
},
"bindbc-opengl": {
"version": "*",
"optional": true,
},
"optional": true
}
},
"libs-posix": ["freetype", "fontconfig"],
"sourceFiles": ["nanovega.d", "blendish.d"]