mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 23:21:08 +03:00
30238acb1b
refs: https://github.com/H-M-H/xcb-imdkit-rs/issues/5 refs: https://github.com/wez/wezterm/issues/2819
27 lines
481 B
TOML
27 lines
481 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 = 2
|
|
|
|
[profile.dev]
|
|
# https://jakedeichert.com/blog/reducing-rust-incremental-compilation-times-on-macos-by-70-percent/
|
|
# Disabled because it breaks builds on Windows
|
|
#split-debuginfo = "unpacked"
|
|
|