harfbuzz / harfbuzz_rs

A fully safe Rust wrapper for the harfbuzz text shaping library.
MIT License
55 stars 23 forks source link

Restrict to compatible versions of harfbuzz-sys #28

Closed jneem closed 4 years ago

jneem commented 4 years ago

Fixes #27 (or at least, fixes the build failure).

manuel-rhdt commented 4 years ago

Thanks. This works for now. I should probably release a new major release harfbuzz_rs 2.0 which does not reexport the entirety of harfbuzz-sys to avoid breaking changes in the future.