1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 22:42:48 +03:00

deps: harfbuzz -> 8.1.1

Second attempt to get on 8.1, tests seem good!

refs: https://github.com/harfbuzz/harfbuzz/issues/4358
This commit is contained in:
Wez Furlong 2023-08-02 19:06:31 -07:00
parent 419210bc14
commit a7c6ea8c1e
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387
3 changed files with 13 additions and 1 deletions

@ -1 +1 @@
Subproject commit d160d9389cb4c5b15ebea9b41eb74018c4358924
Subproject commit 1d665c2b521512cdd56964138fc601debd1f1177

View File

@ -3984,6 +3984,15 @@ extern "C" {
feature_indexes: *mut hb_set_t,
);
}
extern "C" {
pub fn hb_ot_layout_collect_features_map(
face: *mut hb_face_t,
table_tag: hb_tag_t,
script_index: ::std::os::raw::c_uint,
language_index: ::std::os::raw::c_uint,
feature_map: *mut hb_map_t,
);
}
extern "C" {
pub fn hb_ot_layout_collect_lookups(
face: *mut hb_face_t,

View File

@ -70,6 +70,9 @@ As features stabilize some brief notes about them will accumulate here.
[wezterm.gui.enumerate_gpus](config/lua/wezterm.gui/enumerate_gpus.md). #3612
* Charselect and repl recency/history were not persisted across restarts. #4047 ?4019
#### Updated
* Bundled harfbuzz to 8.1.1
### 20230712-072601-f4abf8fd
#### Changed