From 07c8154cb7f7f0f9387e64ddccd8705c048b35d8 Mon Sep 17 00:00:00 2001 From: Akos Kiss Date: Wed, 22 Jul 2015 21:18:50 +0000 Subject: Add aarch64-unknown-linux-gnu support * Adding dependencies * Replacing `i8` with `c_char` ot `_` (since `c_char` can be unsigned on some platforms, aarch64 is one of them) --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.3