SHA256
1
0
forked from pool/wezterm
wezterm/cargo_config
Soc Virnyl Estela 3d6e9562b8 - Update to version 20230326.111934.3666303c:
* docs: show the return values of the new pane:move_to_xxx methods
  * mux: add lua api equivalent to move-pane-to-new-tab
  * mux: forward move-pane-to-new-tab requests to hosting mux
  * ci: automate making PR for flathub at release time
  * hyperlink_rules.md: add link supported regex syntax
  * mux: move-pane-to-new-tab didn't resync structure
  * tidy up some debug logging
  * mux: fix some dpi and pixel size issues
  * images: improve logging when things are weird
  * When a modal is active, it gets first dibs on key processing
  * palette: exclude copy mode actions unless copy mode is active
  * macos: invalidate window when dispatching from menubar
  * Add new-tab-button-click event
  * palette: prioritize platform-appropriate shortcuts
  * palette: refactor slightly
  * palette: add config for how ui key caps render
  * update tests for updated JetBrainsMono
  * update bundled JetBrainsMono to 2.304
  * palette: show key assignment alongside entries
  * ci: Use nextest (#3342)
  * palette: show the label from the command in the palette
  * docs: changelog for https://github.com/wez/wezterm/pull/3344
  * refactor(config & macos/windows): rename window_background_blur to macos_window_background_blur
  * feat(config & window): use CGSSetWindowBackgroundBlurRadius to set background blur on macos
  * docs: clarify the default for allow_square_glyphs_to_overflow_width
  * more entitlements on macos
  * re-run black ci/generate-workflows.py
  * ci: Use rust-cache instead of the general cache action (#3341)
  * fix(ci): Use install action instead of manually calling `cargo-install`

OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=64
2023-03-26 23:12:48 +00:00

19 lines
634 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/libssh-rs.git"]
git = "https://github.com/wez/libssh-rs.git"
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"