aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authortomaka <pierre.krieger1708@gmail.com>2015-07-23 08:56:33 +0200
committertomaka <pierre.krieger1708@gmail.com>2015-07-23 08:56:33 +0200
commit20dbd2a8b04c07f67bf3aafcba6b07dce41addfe (patch)
tree97e1cba5edb04a9905a3e858038863f9875d1d75 /Cargo.toml
parenteb8611f2724401a84b84fa4e30ba570edf011886 (diff)
parent07c8154cb7f7f0f9387e64ddccd8705c048b35d8 (diff)
downloadglutin-20dbd2a8b04c07f67bf3aafcba6b07dce41addfe.tar.gz
glutin-20dbd2a8b04c07f67bf3aafcba6b07dce41addfe.zip
Merge pull request #538 from akiss77/aarch64-support-upstream
Add aarch64-unknown-linux-gnu support
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1faf251..7f30a3f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -90,3 +90,9 @@ osmesa-sys = "0.0.5"
wayland-client = { version = "0.2.0", features = ["egl", "dlopen"] }
wayland-kbd = "0.2.0"
x11-dl = "~2.0"
+
+[target.aarch64-unknown-linux-gnu.dependencies]
+osmesa-sys = "0.0.5"
+wayland-client = { version = "0.2.0", features = ["egl", "dlopen"] }
+wayland-kbd = "0.2.0"
+x11-dl = "~2.0"