Use stable 0.30 release of wayland-client

This commit is contained in:
Ian Douglas Scott 2022-12-27 12:18:14 -08:00
parent 3eeafad834
commit ca3988a2f7

View file

@ -24,8 +24,8 @@ log = "0.4.17"
[target.'cfg(any(target_os = "linux", target_os = "freebsd"))'.dependencies]
nix = { version = "0.26.1", optional = true }
wayland-backend = { version = "0.1.0-beta.14", features = ["client_system"], optional = true }
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 }
wayland-sys = "0.30.0"
bytemuck = { version = "1.12.3", optional = true }
x11-dl = { version = "2.19.1", optional = true }