mirror of
https://github.com/servo/servo.git
synced 2025-06-15 11:54:28 +00:00
Decouple compositing and script crates.
This commit is contained in:
parent
8b3c9f6401
commit
015b07f1e0
17 changed files with 416 additions and 200 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue