Merge pull request #455 from analogjupiter/json-syntax

Fix JSON syntax
This commit is contained in:
Adam D. Ruppe 2024-09-09 20:22:15 -04:00 committed by GitHub
commit 547ded1eeb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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"]