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
|
@ -48,7 +48,7 @@ use wrapper::ThreadSafeLayoutNode;
|
|||
|
||||
use geom::{Point2D, Rect, Size2D};
|
||||
use gfx::display_list::ClippingRegion;
|
||||
use serialize::{Encoder, Encodable};
|
||||
use rustc_serialize::{Encoder, Encodable};
|
||||
use msg::compositor_msg::LayerId;
|
||||
use servo_util::geometry::{Au, ZERO_RECT};
|
||||
use servo_util::logical_geometry::{LogicalRect, LogicalSize, WritingMode};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue