From 1e0dd2290e186b062b8a923fe87bdd7a3fb0941d Mon Sep 17 00:00:00 2001 From: Victor Berger Date: Thu, 30 Apr 2015 07:49:46 +0200 Subject: Firsts steps of a wayland backend. --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') 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] -- cgit v1.2.3