From 02bd3758eefd87ac1a13068f8887afe392bc7823 Mon Sep 17 00:00:00 2001 From: Victor Berger Date: Thu, 14 May 2015 21:46:29 +0200 Subject: Basic raw keyboard handling. --- src/api/wayland/mod.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/api/wayland/mod.rs') diff --git a/src/api/wayland/mod.rs b/src/api/wayland/mod.rs index 569f93f..8a4b5cc 100644 --- a/src/api/wayland/mod.rs +++ b/src/api/wayland/mod.rs @@ -25,8 +25,10 @@ use platform::MonitorID as PlatformMonitorID; use self::context::WaylandContext; extern crate wayland_client as wayland; +extern crate wayland_kbd; mod context; +mod keyboard; lazy_static! { static ref WAYLAND_CONTEXT: Option = { -- cgit v1.2.3