mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-02 06:40:06 -04:00
Update wayland dependency to 0.2.
This commit is contained in:
12
Cargo.toml
12
Cargo.toml
@@ -60,18 +60,18 @@ dwmapi-sys = "0.1"
|
||||
|
||||
[target.i686-unknown-linux-gnu.dependencies]
|
||||
osmesa-sys = "0.0.5"
|
||||
wayland-client = "0.1.6"
|
||||
wayland-kbd = "0.1.1"
|
||||
wayland-client = { version = "0.2.0", features = ["egl", "dlopen"] }
|
||||
wayland-kbd = "0.2.0"
|
||||
x11-dl = "=1.0.1"
|
||||
|
||||
[target.x86_64-unknown-linux-gnu.dependencies]
|
||||
osmesa-sys = "0.0.5"
|
||||
wayland-client = "0.1.6"
|
||||
wayland-kbd = "0.1.1"
|
||||
wayland-client = { version = "0.2.0", features = ["egl", "dlopen"] }
|
||||
wayland-kbd = "0.2.0"
|
||||
x11-dl = "=1.0.1"
|
||||
|
||||
[target.arm-unknown-linux-gnueabihf.dependencies]
|
||||
osmesa-sys = "0.0.5"
|
||||
wayland-client = "0.1.6"
|
||||
wayland-kbd = "0.1.1"
|
||||
wayland-client = { version = "0.2.0", features = ["egl", "dlopen"] }
|
||||
wayland-kbd = "0.2.0"
|
||||
x11-dl = "=1.0.1"
|
||||
|
||||
Reference in New Issue
Block a user