forked from pool/wezterm
177f8890fc
- 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
29 lines
837 B
Plaintext
29 lines
837 B
Plaintext
[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"
|
|
branch = "key-by-name"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source.vendored-sources]
|
|
directory = "vendor" |