We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 979812f commit 888a996Copy full SHA for 888a996
Cargo.toml
@@ -33,7 +33,7 @@ as-raw-xcb-connection = { version = "1.0.0", optional = true }
33
bytemuck = { version = "1.12.3", optional = true }
34
drm = { version = "0.9.0", default-features = false, optional = true }
35
drm-sys = { version = "0.4.0", default-features = false, optional = true }
36
-memmap2 = { version = "0.7.1", optional = true }
+memmap2 = { version = "0.9.0", optional = true }
37
nix = { version = "0.26.1", optional = true }
38
tiny-xlib = { version = "0.2.1", optional = true }
39
wayland-backend = { version = "0.3.0", features = ["client_system"], optional = true }
0 commit comments