Add key and mouse event support that typechecks
This commit is contained in:
parent
c088f8bd03
commit
f698d451df
2 changed files with 293 additions and 23 deletions
|
|
@ -112,6 +112,7 @@ 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")]
|
||||
#[macro_use]
|
||||
extern crate stdweb;
|
||||
|
||||
pub mod dpi;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue