Bring back clipboard support

This commit is contained in:
est31 2017-05-28 03:09:33 +02:00
parent 433d68955b
commit 28b854d724
7 changed files with 113 additions and 6 deletions

View file

@ -11,6 +11,7 @@ extern crate backtrace;
extern crate bluetooth_traits;
extern crate canvas;
extern crate canvas_traits;
extern crate clipboard;
extern crate compositing;
extern crate debugger;
extern crate devtools_traits;