mirror of
https://github.com/wez/wezterm.git
synced 2024-12-23 21:32:13 +03:00
parent
0324ff66f0
commit
8cfad0455c
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -5052,6 +5052,7 @@ dependencies = [
|
||||
"wayland-client",
|
||||
"wayland-egl",
|
||||
"wayland-protocols",
|
||||
"wezterm-bidi",
|
||||
"wezterm-font",
|
||||
"wezterm-input-types",
|
||||
"winapi 0.3.9",
|
||||
|
@ -42,6 +42,7 @@ resize = "0.5"
|
||||
serde = {version="1.0", features = ["rc", "derive"]}
|
||||
tiny-skia = "0.6"
|
||||
glium = { version = "0.30", default-features = false, git = "https://github.com/glium/glium.git", rev="aed95270f0714036003589d6e52de196e7ff75d1" }
|
||||
wezterm-bidi = { path = "../bidi" }
|
||||
wezterm-font = { path = "../wezterm-font" }
|
||||
wezterm-input-types = { path = "../wezterm-input-types" }
|
||||
|
||||
|
@ -462,6 +462,7 @@ impl ConceptFrame {
|
||||
// We don't do synthesis here, so no need to filter
|
||||
},
|
||||
None,
|
||||
wezterm_bidi::Direction::LeftToRight,
|
||||
)
|
||||
.ok()?;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user