diff --git a/README.md b/README.md
index 6ba234b..80fe053 100644
--- a/README.md
+++ b/README.md
@@ -50,6 +50,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md).
- [Platform specific](#platform-specific)
- [Template engine](#template-engine)
- [Text processing](#text-processing)
+ - [Text rendering](#text-rendering)
- [Virtualization](#virtualization)
- [Web programming](#web-programming)
- [Resources](#resources)
@@ -635,6 +636,10 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_
* [pwoolcoc/ngrams](https://github.com/pwoolcoc/ngrams) — Construct [n-grams](https://en.wikipedia.org/wiki/N-gram) from arbitrary iterators [](https://travis-ci.org/pwoolcoc/ngrams)
* [rust-lang-nursery/regex](https://github.com/rust-lang-nursery/regex) — Regular expressions (RE2 style) [](https://travis-ci.org/rust-lang-nursery/regex)
+### Text rendering
+
+* [dylanede/rusttype](https://github.com/dylanede/rusttype) — A pure Rust alternative to libraries like FreeType. [](https://travis-ci.org/dylanede/rusttype)
+
### Virtualization
* [beneills/quantum](https://github.com/beneills/quantum) — Advanced Rust quantum computer simulator [](https://travis-ci.org/beneills/quantum)