servo/components/gfx/text
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
..
shaping Move away from the repeat().take().collect() pattern. 2015-07-14 16:19:30 +02:00
glyph.rs gfx: Make display lists serializable using serde. 2015-07-15 19:04:17 -07:00
mod.rs Remove dead code from gfx/text 2015-07-14 14:32:45 -07:00
text_run.rs gfx: Make display lists serializable using serde. 2015-07-15 19:04:17 -07:00
util.rs Remove dead code from gfx/text 2015-07-14 14:32:45 -07:00