mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 22:42:48 +03:00
deps: update harfbuzz to 8.4.0
This commit is contained in:
parent
9d83458632
commit
ec438e714c
2
deps/harfbuzz/harfbuzz
vendored
2
deps/harfbuzz/harfbuzz
vendored
@ -1 +1 @@
|
||||
Subproject commit 894a1f72ee93a1fd8dc1d9218cb3fd8f048be29a
|
||||
Subproject commit 63973005bc07aba599b47fdd4cf788647b601ccd
|
8
deps/harfbuzz/src/lib.rs
vendored
8
deps/harfbuzz/src/lib.rs
vendored
@ -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);
|
||||
}
|
||||
|
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user