Create the outline of event input and handler calls

This commit is contained in:
Ryan Goldstein 2019-02-26 13:36:48 -05:00
parent f44e98ddc9
commit c088f8bd03
2 changed files with 97 additions and 25 deletions

View file

@ -111,6 +111,8 @@ extern crate parking_lot;
extern crate percent_encoding;
#[cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "netbsd", target_os = "openbsd"))]
extern crate smithay_client_toolkit as sctk;
#[cfg(feature = "stdweb")]
extern crate stdweb;
pub mod dpi;
pub mod event;