mirror of
https://github.com/wez/wezterm.git
synced 2025-01-08 07:01:35 +03:00
termwiz: nix requires fs + mman for shm_open
This commit is contained in:
parent
de10834b6d
commit
b07ebd4f09
@ -65,7 +65,7 @@ env_logger = "0.11"
|
||||
[target."cfg(unix)".dependencies]
|
||||
signal-hook = "0.3"
|
||||
termios = "0.3"
|
||||
nix = {version="0.28", features=["mman"]}
|
||||
nix = {version="0.28", features=["mman", "fs"]}
|
||||
|
||||
[target."cfg(windows)".dependencies.winapi]
|
||||
features = [
|
||||
|
Loading…
Reference in New Issue
Block a user