Use stable 0.30 release of wayland-client
This commit is contained in:
parent
3eeafad834
commit
ca3988a2f7
1 changed files with 2 additions and 2 deletions
|
|
@ -24,8 +24,8 @@ log = "0.4.17"
|
||||||
|
|
||||||
[target.'cfg(any(target_os = "linux", target_os = "freebsd"))'.dependencies]
|
[target.'cfg(any(target_os = "linux", target_os = "freebsd"))'.dependencies]
|
||||||
nix = { version = "0.26.1", optional = true }
|
nix = { version = "0.26.1", optional = true }
|
||||||
wayland-backend = { version = "0.1.0-beta.14", features = ["client_system"], optional = true }
|
wayland-backend = { version = "0.1.0", features = ["client_system"], optional = true }
|
||||||
wayland-client = { version = "0.30.0-beta.14", optional = true }
|
wayland-client = { version = "0.30.0", optional = true }
|
||||||
wayland-sys = "0.30.0"
|
wayland-sys = "0.30.0"
|
||||||
bytemuck = { version = "1.12.3", optional = true }
|
bytemuck = { version = "1.12.3", optional = true }
|
||||||
x11-dl = { version = "2.19.1", optional = true }
|
x11-dl = { version = "2.19.1", optional = true }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue