From 6b88eaa709cf9836378d3f0263ff980ca5b3a784 Mon Sep 17 00:00:00 2001 From: Ryan Oldenburg Date: Wed, 5 May 2021 01:44:17 -0500 Subject: [PATCH] Added package stb_truetype (#1895) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 2b50dfe..7fc9020 100644 --- a/packages.json +++ b/packages.json @@ -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",