1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-23 05:12:40 +03:00

deps: harfbuzz -> 5.0.1

This commit is contained in:
Wez Furlong 2022-07-26 09:09:46 -07:00
parent 1d64071609
commit e7c7ea20f6
3 changed files with 5 additions and 2 deletions

@ -1 +1 @@
Subproject commit 096aaa62a6e0d07c02a4894fc036efc927e5aaf9
Subproject commit cbccadba8d1e51d6cc03a891b7c3a17f598e774c

View File

@ -85,6 +85,9 @@ extern "C" {
extern "C" {
pub fn hb_language_get_default() -> hb_language_t;
}
extern "C" {
pub fn hb_language_matches(language: hb_language_t, specific: hb_language_t) -> hb_bool_t;
}
impl hb_script_t {
pub const _HB_SCRIPT_MAX_VALUE_SIGNED: hb_script_t = hb_script_t::_HB_SCRIPT_MAX_VALUE;
}

View File

@ -76,7 +76,7 @@ As features stabilize some brief notes about them will accumulate here.
* Two or more panes closing at the same time could result in their containing tab hanging and being stuck with "no pane" for a title [#2304](https://github.com/wez/wezterm/issues/2304)
#### Updated
* Bundled harfbuzz to 4.4.1
* Bundled harfbuzz to 5.0.1
### 20220624-141144-bd1b7c5d