2a6fffd81e
* Fix shell-resolution documentation in launch * build(deps): bump rstest from 0.15.0 to 0.16.0 * env_logger -> 0.10 * cargo update * fonts: improve error message slightly * cleanup: a few references to the Last Resort font * docs: https://github.com/wez/wezterm/pull/2662 * wezterm-gui: implement move_by_page function * docs: add documentation for new default key bindings * wezterm-gui: support half page up/down navigation * docs: mention new background option from window_background_image * cargo update * refactor: replace the deprecated usage of `chrono::TimeZone::ymd` * docs: released 20221119-145034-49b9839f OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=50
19 lines
585 B
Plaintext
19 lines
585 B
Plaintext
[source.crates-io]
|
|
replace-with = "vendored-sources"
|
|
|
|
[source."https://github.com/rust-x-bindings/rust-xcb"]
|
|
git = "https://github.com/rust-x-bindings/rust-xcb"
|
|
rev = "a85a4cf8937898b1da972367df4648143ede38ea"
|
|
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/xcb-imdkit-rs.git"]
|
|
git = "https://github.com/wez/xcb-imdkit-rs.git"
|
|
branch = "waiting-on-release"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source.vendored-sources]
|
|
directory = "vendor" |