aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorVictor Berger <victor.berger@m4x.org>2015-04-30 07:49:46 +0200
committerVictor Berger <victor.berger@m4x.org>2015-05-06 23:30:45 +0200
commit1e0dd2290e186b062b8a923fe87bdd7a3fb0941d (patch)
tree0ecb939f16818d019b53e57af7f06d2e33360b0b /Cargo.toml
parent9f13395cac420d3e2d0084c706861fef0b5a19aa (diff)
downloadglutin-1e0dd2290e186b062b8a923fe87bdd7a3fb0941d.tar.gz
glutin-1e0dd2290e186b062b8a923fe87bdd7a3fb0941d.zip
Firsts steps of a wayland backend.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 31d6939..5983d55 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -50,10 +50,12 @@ kernel32-sys = "0.1"
[target.i686-unknown-linux-gnu.dependencies]
osmesa-sys = "0.0.5"
+wayland-client = "*"
x11 = "*"
[target.x86_64-unknown-linux-gnu.dependencies]
osmesa-sys = "0.0.5"
+wayland-client = "*"
x11 = "*"
[target.arm-unknown-linux-gnueabihf.dependencies]