Update Cargo.toml
This commit is contained in:
parent
4222812e12
commit
e4bf0a22b5
1 changed files with 7 additions and 0 deletions
|
|
@ -86,6 +86,13 @@ wayland-kbd = "0.3.3"
|
||||||
wayland-window = "0.2.2"
|
wayland-window = "0.2.2"
|
||||||
x11-dl = "~2.3"
|
x11-dl = "~2.3"
|
||||||
|
|
||||||
|
[target.i586-unknown-linux-gnu.dependencies]
|
||||||
|
osmesa-sys = "0.0.5"
|
||||||
|
wayland-client = { version = "0.5.4", features = ["egl", "dlopen"] }
|
||||||
|
wayland-kbd = "0.3.3"
|
||||||
|
wayland-window = "0.2.2"
|
||||||
|
x11-dl = "~2.3"
|
||||||
|
|
||||||
[target.x86_64-unknown-linux-gnu.dependencies]
|
[target.x86_64-unknown-linux-gnu.dependencies]
|
||||||
osmesa-sys = "0.0.5"
|
osmesa-sys = "0.0.5"
|
||||||
wayland-client = { version = "0.5.4", features = ["egl", "dlopen"] }
|
wayland-client = { version = "0.5.4", features = ["egl", "dlopen"] }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue