mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Use rustc-serialize rather than the built-in deprecated serialize.
This commit is contained in:
parent
4ab928728e
commit
aaed4a54c7
30 changed files with 54 additions and 33 deletions
|
@ -67,3 +67,4 @@ path = "../script_traits"
|
|||
url = "0.2.16"
|
||||
time = "0.1.12"
|
||||
bitflags = "*"
|
||||
rustc-serialize = "0.2"
|
||||
|
|
|
@ -31,7 +31,7 @@ extern crate libc;
|
|||
extern crate stb_image;
|
||||
extern crate png;
|
||||
extern crate script_traits;
|
||||
extern crate "serialize" as rustc_serialize;
|
||||
extern crate "rustc-serialize" as rustc_serialize;
|
||||
extern crate unicode;
|
||||
#[no_link] #[plugin]
|
||||
extern crate "plugins" as servo_plugins;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue