Skip to content

0.6.0

Latest
Compare
Choose a tag to compare
@mrobinson mrobinson released this 10 Apr 08:55
· 3 commits to main since this release
b98ec6e

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 causes harfbuzz-sys to compile a statically-linked version of HarfBuzz. This was controlled via the HARFBUZZ_SYS_NO_PKG_CONFIG previously.
  • harbuzz-sys no has suppot for no_std
  • There is a new set of features to control what platform font bindings to expose: freetype, coretext, and directwrite.