1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-18 02:42:05 +03:00
wezterm/Cargo.toml
Wez Furlong 42b95cd413 ci: generate universal binaries for macOS
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
2021-01-13 20:11:58 -08:00

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" }