forked from pool/wezterm
a8b137650a
* windows: fix: mess up full screen mode on config reload * pty: fix unused import warning on windows * windows: fix warning; mut not required here * config: defer evaluating default wsl domains * docs: update for wezterm replay changes * docs: explain what font shaping actually is * docs: add tags to a number of pages * wayland: fix webgpu invalidation issue * wezterm replay: add --explain-only and --cat options * switch to fancy-regex crate * docs: for integrated title buttons * Push folks towards the bug report template * schemes: fix origin url when importing toml files * add more color schemes * docs: update color scheme versions * windows: speculative fix for recursive borrow * add wezterm.has_action * Make background painting more consistent when window is transparent * fix build on windows * docs: fix link * expose the tty name associated with a pane * docs: update gui.get_appearance example for mux * quick select: make user patterns take precedence * docs: show schemes in the per-page toc * Add InputSelector action * admit defeat to intel shader weirdness * refine charselect move logic per comments on #3449 * character select pgup/down, less jerky navigation, selected centered in list (#3449) * docs: ... and format the examples OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=66
15 lines
502 B
Plaintext
15 lines
502 B
Plaintext
[source.crates-io]
|
|
replace-with = "vendored-sources"
|
|
|
|
[source."git+https://github.com/image-rs/image.git?rev=fe069785ae245a2c510fd724ef96da283b05a236"]
|
|
git = "https://github.com/image-rs/image.git"
|
|
rev = "fe069785ae245a2c510fd724ef96da283b05a236"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source."git+https://github.com/wez/xcb-imdkit-rs.git?branch=hangfix"]
|
|
git = "https://github.com/wez/xcb-imdkit-rs.git"
|
|
branch = "hangfix"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source.vendored-sources]
|
|
directory = "vendor" |