Add ARM build support.

This commit is contained in:
Mátyás Mustoha 2015-06-10 14:24:57 +02:00
parent 44a4b7886d
commit 53427f43ab
2 changed files with 9 additions and 0 deletions

View file

@ -51,6 +51,9 @@ x11 = "*"
[target.x86_64-unknown-linux-gnu.dependencies]
x11 = "*"
[target.arm-unknown-linux-gnueabihf.dependencies]
x11 = "*"
[target.x86_64-apple-darwin.dependencies.cgl]
git = "https://github.com/servo/cgl-rs"