Decouple compositing and script crates.

This commit is contained in:
Josh Matthews 2014-08-07 15:14:32 -04:00
parent 8b3c9f6401
commit 015b07f1e0
17 changed files with 416 additions and 200 deletions

View file

@ -33,6 +33,7 @@ extern crate net;
extern crate rustrt;
extern crate serialize;
extern crate time;
extern crate script_traits;
#[phase(plugin)]
extern crate servo_macros = "macros";
extern crate servo_net = "net";