diff --git a/Cargo.toml b/Cargo.toml index 40b565c..9537b0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,6 +32,9 @@ git = "https://github.com/servo/rust-glx" [target.x86_64-unknown-linux-gnu.dependencies.glx] git = "https://github.com/servo/rust-glx" +[target.arm-unknown-linux-gnueabihf.dependencies.glx] +git = "https://github.com/servo/rust-glx" + [target.i686-unknown-linux-gnu.dependencies.x11] version = "*" features = ["xlib"] @@ -39,3 +42,7 @@ features = ["xlib"] [target.x86_64-unknown-linux-gnu.dependencies.x11] version = "*" features = ["xlib"] + +[target.arm-unknown-linux-gnueabihf.dependencies.x11] +version = "*" +features = ["xlib"]