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:
parent
1d64071609
commit
e7c7ea20f6
2
deps/harfbuzz/harfbuzz
vendored
2
deps/harfbuzz/harfbuzz
vendored
@ -1 +1 @@
|
||||
Subproject commit 096aaa62a6e0d07c02a4894fc036efc927e5aaf9
|
||||
Subproject commit cbccadba8d1e51d6cc03a891b7c3a17f598e774c
|
3
deps/harfbuzz/src/lib.rs
vendored
3
deps/harfbuzz/src/lib.rs
vendored
@ -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;
|
||||
}
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user