Update wayland dependency to 0.2.
This commit is contained in:
parent
1aedc828c5
commit
2ac78cadf6
3 changed files with 27 additions and 23 deletions
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue