mirror of
https://github.com/servo/servo.git
synced 2025-06-12 10:24:43 +00:00
Merge pull request #2934 from saneyuki/canvas
Move CanvasRenderTask to gfx crate.
This commit is contained in:
commit
57aa3813b9
5 changed files with 86 additions and 74 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue