Added package stb_truetype (#1895)

This commit is contained in:
Ryan Oldenburg 2021-05-05 01:44:17 -05:00 committed by GitHub
parent 3f46865024
commit 6b88eaa709
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22378,6 +22378,19 @@
"license": "MIT",
"web": "https://github.com/kyoheiu/nmark"
},
{
"name": "stb_truetype",
"url": "https://github.com/guzba/stb_truetype",
"method": "git",
"tags": [
"font",
"truetype",
"opentype"
],
"description": "Nim bindings for stb_truetype.",
"license": "MIT",
"web": "https://github.com/guzba/stb_truetype"
},
{
"name": "hottext",
"url": "https://git.sr.ht/~ehmry/hottext",