Implement X11 clipboard integration (Issue #5376).

This commit is contained in:
Avi Weinstock 2015-03-26 12:06:30 -04:00
parent e4b620ea54
commit ba4c455438
4 changed files with 30 additions and 1 deletions

View file

@ -52,6 +52,7 @@ extern crate style;
extern crate url;
extern crate uuid;
extern crate string_cache;
extern crate clipboard;
pub mod cors;