aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandri lim <jangko128@gmail.com>2017-05-05 16:52:58 +0700
committerandri lim <jangko128@gmail.com>2017-05-05 16:52:58 +0700
commit6115ab9b31f62daa75e84e36f6ca556655c852df (patch)
tree22a8cf2e09dd466cae5126c8ba6da5cb838c8d53
parent58ef27ae68a1831b3fb8bc95674cfcd12923c265 (diff)
downloadpackages-6115ab9b31f62daa75e84e36f6ca556655c852df.tar.gz
packages-6115ab9b31f62daa75e84e36f6ca556655c852df.zip
add freetype package
-rw-r--r--packages.json13
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"
}
]