Merge pull request #2934 from saneyuki/canvas

Move CanvasRenderTask to gfx crate.
This commit is contained in:
Josh Matthews 2014-08-03 10:48:47 -04:00
commit 57aa3813b9
5 changed files with 86 additions and 74 deletions

View file

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