forked from pool/wezterm
a7062831da
- Add _constraints file to avoid memory exhaustion. - Update to version 20220905.102802.7d4b8249+git3: * shaper: restart presentation=None from font_idx=0 * docs: publish release * docs for switch_to_last_active_tab_when_closing_tab * add switch_to_last_active_tab_when_closing_tab config option * docs: slightly clarify language in ActivateLastTab * docs: link to SpawnCommandInNewTab from SpawnTab * docs: changelog * Search incrementally in chunks of 1000 lines, show progress * fix quad cache top pixel value * cargo update * Fix typo in harfbuzz.rs * fix hangul NFC shaping * lua: patch os.getenv with our own function * termwiz: remove assertions * docs: charselect and paneselect font & size config * ci: expand auto-generated release description * fontconfig: allow proportional fallbacks for codepoints * docs: changelog for 20220904-064125-9a6cee2b * font: fix the function signature for log_buffer_message ... * docs: update for latest release * docs: pane:get_metadata * cargo update * docs: explain about ~ in default_cwd docs * docs: refine CharSelect docs * charselect: options to control copy behavior, + docs * delete old record/replay scripts * correctly invalidate line shape data when fallback fonts load async OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=36
19 lines
546 B
Plaintext
19 lines
546 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.vendored-sources]
|
|
directory = "vendor" |