diff options
author | petevine <petevine@users.noreply.github.com> | 2016-02-14 18:03:50 +0100 |
---|---|---|
committer | petevine <petevine@users.noreply.github.com> | 2016-02-14 18:03:50 +0100 |
commit | e4bf0a22b50e0694acadb348b718823878fd6e0c (patch) | |
tree | e851cc341524f90cf8daed7daaf1430a6348a6e6 | |
parent | 4222812e120712cccbed0ba0afd14fc8d53299bb (diff) | |
download | glutin-e4bf0a22b50e0694acadb348b718823878fd6e0c.tar.gz glutin-e4bf0a22b50e0694acadb348b718823878fd6e0c.zip |
Update Cargo.toml
-rw-r--r-- | Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -86,6 +86,13 @@ wayland-kbd = "0.3.3" wayland-window = "0.2.2" 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] osmesa-sys = "0.0.5" wayland-client = { version = "0.5.4", features = ["egl", "dlopen"] } |