linebender / skribo

A Rust library for low-level text layout.
Apache License 2.0
324 stars 35 forks source link

Update harfbuzz versions #12

Closed raphlinus closed 5 years ago

raphlinus commented 5 years ago

This updates harfbuzz to 0.3.1 (which gets us blobs from atomically refcounted byte vectors) and harfbuzz-sys 0.3.2, which fixes a compile error.

Fixes #7