wezterm/cargo_config
Soc Virnyl Estela 3d42510851 - Update to version 20220807.113146.c2fee766+git106:
* add user-var-changed event
  * improve error message in case wezterm-gui cannot be run
  * fixup invalidation of blinking cursor, and on focus change
  * cargo fmt
  * track fps and recent frame duration for diagnostic purposes
  * invalidate shape cache when reverse video mode changes
  * Add some comments about new Pane methods and helpers
  * flesh out some todos with new pane trait methods
  * implement new pane trait methods for copy and quickselect overlays
  * move shape & quad caching to hang off Line appdata
  * revise Pane line related funcs
  * termwiz: use interior mutability for Line::set_appdata
  * cargo fmt
  * disable some of the recent caching stuff
  * termwiz: remove reverse video attribute from Line
  * mux: remove stale portion of comment from Pane::get_lines
  * termwiz: associate appdata with a Line
  * fix copymode and quickselect overlays
  * trim down lru cache sizes
  * allow cursor_fg = "none" to use text fg color
  * gui: cache get_lines_with_hyperlinks_applied
  * optimize Pane::get_lines_with_hyperlinks_applied for empty rules case
  * gui: factor out background rect calc
  * fix blinking text
  * fixup retro tab bar
  * macos: make us run again on Mojave
  * docs: mention CPU utilization improvements in changelog
  * ssh: correctly expand %h tokens in ssh config
  * scroll to bottom on mouse input when mouse is grabbed

OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=33
2022-08-28 00:43:15 +00:00

24 lines
703 B
Plaintext

[source.crates-io]
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"