mirror of
https://github.com/wez/wezterm.git
synced 2024-12-18 02:42:05 +03:00
42b95cd413
This persuades the CI to install both the arm and intel flavors of the rust toolchain on macOS, and the deploy script to generate a universal binary. * need big sur to build for M1 * Use cross-compilation compatible mlua from my fork for now
11 lines
270 B
TOML
11 lines
270 B
TOML
[workspace]
|
|
members = ["wezterm-mux-server", "wezterm", "wezterm-gui", "strip-ansi-escapes"]
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
# debug = 1
|
|
|
|
[patch.crates-io]
|
|
# See: https://github.com/khvzak/mlua/pull/26
|
|
mlua = { git = "https://github.com/wez/mlua.git", branch="cross" }
|