servo/components/gfx/platform/macos
Patrick Walton 6eacb0c995 gfx: Make display lists serializable using serde.
This commit introduces the `serde` dependency, which we will use to
serialize messages going between processes in multiprocess Servo.

This also adds a new debugging flag, `-Z print-display-list-json`,
allowing the output of display list serialization to be visualized.
This will be useful for our experiments with alternate rasterizers.
2015-07-15 19:04:17 -07:00
..
font.rs gfx: Make display lists serializable using serde. 2015-07-15 19:04:17 -07:00
font_context.rs Instrument FreeType allocations. 2015-06-10 15:48:19 -07:00
font_list.rs Utilize if let instead of match in a few places 2015-06-09 21:15:38 -07:00
font_template.rs gfx: Make display lists serializable using serde. 2015-07-15 19:04:17 -07:00