diff options
author | tomaka <pierre.krieger1708@gmail.com> | 2016-02-01 16:46:46 +0100 |
---|---|---|
committer | tomaka <pierre.krieger1708@gmail.com> | 2016-02-01 16:46:46 +0100 |
commit | 5288b7dfc63179549ef579c29a477b43ea409218 (patch) | |
tree | 018debb7aaa2d8a34fb340ca52d11b5def8b2a2c | |
parent | 4222812e120712cccbed0ba0afd14fc8d53299bb (diff) | |
parent | abdfa91b75b315cca7a737a3baf1e1d15f4866f2 (diff) | |
download | glutin-5288b7dfc63179549ef579c29a477b43ea409218.tar.gz glutin-5288b7dfc63179549ef579c29a477b43ea409218.zip |
Merge pull request #717 from petevine/patch-1
Add the new `armv7` target in Cargo.toml
-rw-r--r-- | Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -100,6 +100,13 @@ wayland-kbd = "0.3.3" wayland-window = "0.2.2" x11-dl = "~2.3" +[target.armv7-unknown-linux-gnueabihf.dependencies] +osmesa-sys = "0.0.5" +wayland-client = { version = "0.5.4", features = ["egl", "dlopen"] } +wayland-kbd = "0.3.3" +wayland-window = "0.2.2" +x11-dl = "~2.3" + [target.aarch64-unknown-linux-gnu.dependencies] osmesa-sys = "0.0.5" wayland-client = { version = "0.5.4", features = ["egl", "dlopen"] } |