mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
CanvasRenderTask connected to Layout
Update rust-azure to f4a02f3f621b0a994a20d42e438371a87c62f898.
This commit is contained in:
parent
43e34d6d10
commit
81f47344d6
11 changed files with 359 additions and 130 deletions
|
@ -13,12 +13,14 @@
|
|||
extern crate log;
|
||||
|
||||
extern crate cssparser;
|
||||
extern crate canvas;
|
||||
extern crate geom;
|
||||
extern crate gfx;
|
||||
extern crate layout_traits;
|
||||
extern crate script;
|
||||
extern crate script_traits;
|
||||
extern crate serialize;
|
||||
extern crate png;
|
||||
extern crate style;
|
||||
#[phase(plugin)]
|
||||
extern crate "plugins" as servo_plugins;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue