Releases: servo/rust-harfbuzz
Releases · servo/rust-harfbuzz
0.6.0
This release includes a version 0.6.0 of all crates (harfbuzz-traits
, harfbuzz-sys
, and harfbuzz
). Major changes since the last release include:
- The bundled version of HarfBuzz is now version 8.4.0.
- The versions of dependencies have been updated.
- Exposed a
bundled
features that when provided causesharfbuzz-sys
to compile a statically-linked version of HarfBuzz. This was controlled via theHARFBUZZ_SYS_NO_PKG_CONFIG
previously. harbuzz-sys
no has suppot forno_std
- There is a new set of features to control what platform font bindings to expose:
freetype
,coretext
, anddirectwrite
.