1
1
mirror of https://github.com/wez/wezterm.git synced 2024-08-17 10:10:23 +03:00

deps: update harfbuzz to 8.4.0

This commit is contained in:
Wez Furlong 2024-05-05 14:24:07 -07:00
parent 9d83458632
commit ec438e714c
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387
3 changed files with 9 additions and 2 deletions

@ -1 +1 @@
Subproject commit 894a1f72ee93a1fd8dc1d9218cb3fd8f048be29a
Subproject commit 63973005bc07aba599b47fdd4cf788647b601ccd

View File

@ -1,4 +1,4 @@
/* automatically generated by rust-bindgen 0.66.1 */
/* automatically generated by rust-bindgen 0.69.4 */
#![allow(non_snake_case)]
#![allow(non_camel_case_types)]
@ -2728,6 +2728,12 @@ extern "C" {
extern "C" {
pub fn hb_buffer_get_not_found_glyph(buffer: *const hb_buffer_t) -> hb_codepoint_t;
}
extern "C" {
pub fn hb_buffer_set_random_state(buffer: *mut hb_buffer_t, state: ::std::os::raw::c_uint);
}
extern "C" {
pub fn hb_buffer_get_random_state(buffer: *const hb_buffer_t) -> ::std::os::raw::c_uint;
}
extern "C" {
pub fn hb_buffer_clear_contents(buffer: *mut hb_buffer_t);
}

View File

@ -61,6 +61,7 @@ As features stabilize some brief notes about them will accumulate here.
#### Updated
* Bundled conpty.dll and OpenConsole.exe to build 1.19.240130002.nupkg
* Bundled harfbuzz to 8.4.0
* Color schemes:
[Blue Dolphin (Gogh)](colorschemes/b/index.md#blue-dolphin-gogh),
[Butrin (Gogh)](colorschemes/b/index.md#butrin-gogh),