1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-23 05:12:40 +03:00

deps: harfbuzz -> 3.3.2

This commit is contained in:
Wez Furlong 2022-02-06 06:44:59 -07:00
parent 2ccf2378fd
commit 1b63b4b7c9
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 45df259538c204540819d74456d30ffb40df488a
Subproject commit ac46c3248e8b0316235943175c4d4a11c24dd4a9

View File

@ -40,7 +40,7 @@ As features stabilize some brief notes about them will accumulate here.
* IME and dead key composition state now shows inline in the terminal using the terminal font (All platforms, except Wayland where we only support dead key composition)
* macOS: `use_ime=true` no longer prevents key repeat from working with some keys [#1131](https://github.com/wez/wezterm/issues/1131)
* Bundled harfbuzz to 3.3.1
* Bundled harfbuzz to 3.3.2
#### Fixed