mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 15:04:36 +03:00
ba57f73bd9
Might help with these: refs: https://github.com/rust-x-bindings/rust-xcb/issues/195 refs: https://github.com/wez/wezterm/issues/2559 refs: https://github.com/rust-x-bindings/rust-xcb/issues/204
28 lines
574 B
TOML
28 lines
574 B
TOML
[workspace]
|
|
members = [
|
|
"bidi",
|
|
"bidi/generate",
|
|
"strip-ansi-escapes",
|
|
"sync-color-schemes",
|
|
"wezterm",
|
|
"wezterm-dynamic",
|
|
"wezterm-gui",
|
|
"wezterm-mux-server",
|
|
"wezterm-ssh"
|
|
]
|
|
resolver = "2"
|
|
exclude = [
|
|
"termwiz/codegen"
|
|
]
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
# debug = 1
|
|
|
|
[profile.dev]
|
|
# https://jakedeichert.com/blog/reducing-rust-incremental-compilation-times-on-macos-by-70-percent/
|
|
split-debuginfo = "unpacked"
|
|
|
|
[patch.crates-io]
|
|
xcb = {version="1.1.1", git="https://github.com/rust-x-bindings/rust-xcb", rev="a85a4cf8937898b1da972367df4648143ede38ea"}
|