diff options
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 3b60f75..3e6fa29 100644 --- a/packages.json +++ b/packages.json @@ -6275,5 +6275,18 @@ "description": "A 2D|3D game engine", "license": "MIT", "web": "https://github.com/fragworks/frag" + }, + { + "name": "freetype", + "url": "https://github.com/jangko/freetype", + "method": "git", + "tags": [ + "font", + "renderint", + "library" + ], + "description": "wrapper for FreeType2 library", + "license": "MIT", + "web": "https://github.com/jangko/freetype" } ] |
