Move CanvasRenderTask to gfx crate.

This commit is contained in:
Tetsuharu OHZEKI 2014-07-27 02:02:46 +09:00
parent 69c49bb764
commit 4a0bb1be51
5 changed files with 86 additions and 74 deletions

View file

@ -21,7 +21,6 @@
#[phase(plugin, link)]
extern crate log;
extern crate azure;
extern crate debug;
extern crate cssparser;
extern crate collections;
@ -44,6 +43,7 @@ extern crate style;
extern crate sync;
extern crate servo_msg = "msg";
extern crate url = "url_";
extern crate gfx;
pub mod cors;