From 98de81b1f46e20b02dd91f6525154abc3b20a9cb Mon Sep 17 00:00:00 2001 From: Andrey Lesnikov Date: Sun, 31 Jul 2016 16:32:46 +0300 Subject: [PATCH] Added rusttype --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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)