new keyboard shortcuts inside text input

This commit is contained in:
Clement Miao 2017-04-07 01:05:13 -07:00
parent ccc1df2dfe
commit ea3c840983
5 changed files with 292 additions and 15 deletions

View file

@ -97,6 +97,7 @@ extern crate style_traits;
extern crate time;
#[cfg(any(target_os = "macos", target_os = "linux", target_os = "windows"))]
extern crate tinyfiledialogs;
extern crate unicode_segmentation;
extern crate url;
extern crate uuid;
extern crate webrender_traits;