aboutsummaryrefslogtreecommitdiff
path: root/rutabaga_gfx/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rutabaga_gfx/Cargo.toml')
-rw-r--r--rutabaga_gfx/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rutabaga_gfx/Cargo.toml b/rutabaga_gfx/Cargo.toml
index 33d3281fa..0d063b92a 100644
--- a/rutabaga_gfx/Cargo.toml
+++ b/rutabaga_gfx/Cargo.toml
@@ -27,7 +27,7 @@ zerocopy = { version = "0.7", features = ["derive"] }
log = "0.4"
[target.'cfg(any(target_os = "android", target_os = "linux"))'.dependencies]
-nix = "0.26.1"
+nix = { version = "0.27.1", features = ["event", "feature", "fs", "mman", "socket", "uio"] }
[target.'cfg(windows)'.dependencies]
winapi = "0.3"