1
1
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:
Wez Furlong 2024-05-13 12:28:07 -07:00
parent de10834b6d
commit b07ebd4f09
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387

View File

@ -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 = [