We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
wayland-client
1 parent 3eeafad commit ca3988aCopy full SHA for ca3988a
Cargo.toml
@@ -24,8 +24,8 @@ log = "0.4.17"
24
25
[target.'cfg(any(target_os = "linux", target_os = "freebsd"))'.dependencies]
26
nix = { version = "0.26.1", optional = true }
27
-wayland-backend = { version = "0.1.0-beta.14", features = ["client_system"], optional = true }
28
-wayland-client = { version = "0.30.0-beta.14", optional = true }
+wayland-backend = { version = "0.1.0", features = ["client_system"], optional = true }
+wayland-client = { version = "0.30.0", optional = true }
29
wayland-sys = "0.30.0"
30
bytemuck = { version = "1.12.3", optional = true }
31
x11-dl = { version = "2.19.1", optional = true }
0 commit comments