aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortomaka <pierre.krieger1708@gmail.com>2016-02-01 16:46:46 +0100
committertomaka <pierre.krieger1708@gmail.com>2016-02-01 16:46:46 +0100
commit5288b7dfc63179549ef579c29a477b43ea409218 (patch)
tree018debb7aaa2d8a34fb340ca52d11b5def8b2a2c
parent4222812e120712cccbed0ba0afd14fc8d53299bb (diff)
parentabdfa91b75b315cca7a737a3baf1e1d15f4866f2 (diff)
downloadglutin-5288b7dfc63179549ef579c29a477b43ea409218.tar.gz
glutin-5288b7dfc63179549ef579c29a477b43ea409218.zip
Merge pull request #717 from petevine/patch-1
Add the new `armv7` target in Cargo.toml
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b83af51..95d135e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -100,6 +100,13 @@ wayland-kbd = "0.3.3"
wayland-window = "0.2.2"
x11-dl = "~2.3"
+[target.armv7-unknown-linux-gnueabihf.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.aarch64-unknown-linux-gnu.dependencies]
osmesa-sys = "0.0.5"
wayland-client = { version = "0.5.4", features = ["egl", "dlopen"] }