mirror of
https://github.com/servo/servo.git
synced 2025-06-12 18:34:39 +00:00
Move CanvasRenderTask to gfx crate.
This commit is contained in:
parent
69c49bb764
commit
4a0bb1be51
5 changed files with 86 additions and 74 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue