Browse Source

Minor README update.

Kestrel 10 months ago
parent
commit
3b2597f649
1 changed files with 2 additions and 1 deletions
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -2,7 +2,8 @@
 
 [libschrift](https://github.com/tomolt/libschrift) is a lightweight TrueType
 rendering library implemented in C, and this crate wraps the libschrift library
-into safe Rust.
+into safe Rust. The result is a font loading and glyph rendering crate with
+no runtime dependencies other than the C and Rust standard libraries.
 
 The following example code renders a single glyph into a PGM file:
 ```rust