Skip to content

Commit

Permalink
Upgrade harfbuzz to v7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
songww committed Mar 19, 2023
1 parent 6904675 commit 3c8982f
Show file tree
Hide file tree
Showing 4 changed files with 1,623 additions and 999 deletions.
2 changes: 1 addition & 1 deletion harfbuzz-sys-test/build.rs
Expand Up @@ -9,7 +9,7 @@ fn main() {
#[allow(unused_mut)]
let mut pkgconfig = pkg_config::Config::new();
#[cfg(not(feature = "bindgen"))]
pkgconfig.range_version("4.2".."5");
pkgconfig.range_version("7.1".."8");

// Get the include paths from harfbuzz-sys or pkg-config.
if let Some(path) = &env::var_os("DEP_HARFBUZZ_INCLUDE") {
Expand Down
2 changes: 1 addition & 1 deletion harfbuzz-sys/build.rs
Expand Up @@ -116,7 +116,7 @@ fn main() {

// allow other version of harfbuzz when bindgen enabled.
#[cfg(not(feature = "bindgen"))]
pkgcfg.range_version("4.2".."5");
pkgcfg.range_version("7.1".."8");

match pkgcfg.probe("harfbuzz") {
Ok(_lib) => {
Expand Down

0 comments on commit 3c8982f

Please sign in to comment.