소스 검색

Minor README update.

Kestrel 10 달 전
부모
커밋
3b2597f649
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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