aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPierre Krieger <pierre.krieger1708@gmail.com>2015-05-07 13:49:33 +0200
committerPierre Krieger <pierre.krieger1708@gmail.com>2015-05-07 13:49:33 +0200
commit7ee416ab883add82afd3ab96eb5616472c8cdfcd (patch)
tree135ebb64bc963064d71e613637d246de1d43afbd /Cargo.toml
parent2414f87cebac12c6cde36ff6436642a50d122ed8 (diff)
downloadglutin-7ee416ab883add82afd3ab96eb5616472c8cdfcd.tar.gz
glutin-7ee416ab883add82afd3ab96eb5616472c8cdfcd.zip
Make it work under the raspi
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 593a4a8..d959351 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -66,6 +66,7 @@ features = ["dynamic"]
[target.arm-unknown-linux-gnueabihf.dependencies]
osmesa-sys = "0.0.5"
+wayland-client = "*"
[target.arm-unknown-linux-gnueabihf.dependencies.x11]
version = "*"