Remove clipboard crate to due disallowed usage of GPL code

This commit is contained in:
Lars Bergstrom 2016-07-19 10:35:44 -05:00
parent efa5a0329a
commit ecabb1823b
7 changed files with 4 additions and 142 deletions

View file

@ -15,7 +15,6 @@
extern crate backtrace;
extern crate canvas;
extern crate canvas_traits;
extern crate clipboard;
extern crate compositing;
extern crate devtools_traits;
extern crate euclid;