Update to latest rust-layers

This commit is contained in:
Martin Robinson 2015-01-15 08:28:46 -08:00
parent 68ceb63231
commit 77e11909b4
6 changed files with 33 additions and 23 deletions

View file

@ -29,6 +29,7 @@ extern crate "net" as servo_net;
extern crate util;
extern crate "msg" as servo_msg;
extern crate style;
extern crate skia;
extern crate time;
extern crate url;