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:
parent
419210bc14
commit
a7c6ea8c1e
2
deps/harfbuzz/harfbuzz
vendored
2
deps/harfbuzz/harfbuzz
vendored
@ -1 +1 @@
|
||||
Subproject commit d160d9389cb4c5b15ebea9b41eb74018c4358924
|
||||
Subproject commit 1d665c2b521512cdd56964138fc601debd1f1177
|
9
deps/harfbuzz/src/lib.rs
vendored
9
deps/harfbuzz/src/lib.rs
vendored
@ -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,
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user