aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpetevine <petevine@users.noreply.github.com>2016-02-14 18:03:50 +0100
committerpetevine <petevine@users.noreply.github.com>2016-02-14 18:03:50 +0100
commite4bf0a22b50e0694acadb348b718823878fd6e0c (patch)
treee851cc341524f90cf8daed7daaf1430a6348a6e6 /Cargo.toml
parent4222812e120712cccbed0ba0afd14fc8d53299bb (diff)
downloadglutin-e4bf0a22b50e0694acadb348b718823878fd6e0c.tar.gz
glutin-e4bf0a22b50e0694acadb348b718823878fd6e0c.zip
Update Cargo.toml
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b83af51..825267a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"] }