Add aarch64-unknown-linux-gnu support

* Adding dependencies
* Replacing `i8` with `libc::c_char` to build properly on platforms
  where char is unsigned.
This commit is contained in:
Akos Kiss 2015-07-22 22:21:03 +00:00
parent e32068d17b
commit fa86ea4f6f
4 changed files with 14 additions and 5 deletions

View file

@ -50,6 +50,9 @@ x11 = "1.1"
[target.arm-unknown-linux-gnueabihf.dependencies]
x11 = "1.1"
[target.aarch64-unknown-linux-gnu.dependencies]
x11 = "1.1"
[target.x86_64-apple-darwin.dependencies]
cgl = "0.1"