aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authortomaka <pierre.krieger1708@gmail.com>2015-05-07 08:57:38 +0200
committertomaka <pierre.krieger1708@gmail.com>2015-05-07 08:57:38 +0200
commit3e29c6585b23fbf0df2c254001ef988716771311 (patch)
treef9d42f8c8c3f9154a0717db830436f88b73163ba /Cargo.toml
parentf67802021c0c55d8c83e4ab0f0eeae42a39b098e (diff)
parent1e0dd2290e186b062b8a923fe87bdd7a3fb0941d (diff)
downloadglutin-3e29c6585b23fbf0df2c254001ef988716771311.tar.gz
glutin-3e29c6585b23fbf0df2c254001ef988716771311.zip
Merge pull request #410 from vberger/wayland
(WIP) 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 9a8d75b..f14ea8d 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]