From f1f5be4794e87bfc80a4255bc3f23ed75dd77645 Mon Sep 17 00:00:00 2001 From: Alex Butler <alexheretic@gmail.com> Date: Sat, 18 Apr 2020 11:48:12 +0100 Subject: [PATCH] Update readme: No longer maintained --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cf3af3..c22420e 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ [](https://crates.io/crates/stb_truetype) [](https://docs.rs/stb_truetype/) +**This code is no longer maintained.** This crate was maintained for use in rusttype which has switched to use [ttf-parser](https://crates.io/crates/ttf-parser). + This is a translation of the font loading code in [stb_truetype.h](https://github.com/nothings/stb/blob/master/stb_truetype.h) from C to Rust. It is intended as a stopgap dependency for libraries that deal @@ -17,7 +19,7 @@ provided by stb_truetype.h. If you are looking for font rasterisation, that is provided by [RustType](https://gitlab.redox-os.org/redox-os/rusttype). ## Minimum supported rust compiler -This crate is maintained with [latest stable rust](https://gist.github.com/alexheretic/d1e98d8433b602e57f5d0a9637927e0c). +This crate was maintained with [latest stable rust](https://gist.github.com/alexheretic/d1e98d8433b602e57f5d0a9637927e0c). ## License -- GitLab