SHA256
1
0
forked from pool/wezterm

Accepting request 978406 from home:uncomfyhalomacro:branches:X11:terminals

- Update to version 20220408.101518.b908e2dd~232:
  * dynamic: allow defaulting to None for enum struct fields
  * quickselect: allow multiline matches
  * wayland: fix weirdness with recent mutter and display scaling
  * wayland: avoid noisy panic-within-panic on shutdown
  * config: fix specifying numeric font weights
  * quickselect: avoid jumping to bottom of viewport when activated
  * mux: match workspace to local window when syncing panes
  * ssh: avoid busy loop when all channels are closed on the session
  * fix typo
  * fixup win32 build

OBS-URL: https://build.opensuse.org/request/show/978406
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=3
This commit is contained in:
Soc Virnyl Estela
2022-05-21 11:58:51 +00:00
committed by Git OBS Bridge
parent 7ee334aa58
commit 177f8890fc
7 changed files with 43 additions and 11 deletions

View File

@@ -1,13 +1,28 @@
[source.crates-io]
replace-with = "vendored-sources"
[source."https://github.com/khvzak/mlua"]
git = "https://github.com/khvzak/mlua"
branch = "master"
replace-with = "vendored-sources"
[source."https://github.com/wez/libssh-rs.git"]
git = "https://github.com/wez/libssh-rs.git"
replace-with = "vendored-sources"
[source."https://github.com/wez/rust-xcb"]
git = "https://github.com/wez/rust-xcb"
branch = "ffi"
replace-with = "vendored-sources"
[source."https://github.com/wez/xcb-imdkit-rs.git"]
git = "https://github.com/wez/xcb-imdkit-rs.git"
rev = "ede7c71b85fe2537efef6cf999a45690316211cf"
replace-with = "vendored-sources"
[source."https://github.com/wez/xkbcommon-rs.git"]
git = "https://github.com/wez/xkbcommon-rs.git"
rev = "5cc8f233ac2b8bfa0d7a26fd981b77e68c3f2219"
branch = "key-by-name"
replace-with = "vendored-sources"
[source.vendored-sources]