Kaynağa Gözat

Minor README update.

Kestrel 10 ay önce
ebeveyn
işleme
3b2597f649
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  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