servo/components/gfx
bors-servo 2729864af7 Auto merge of #10857 - servo:toml, r=nox
Simplify TOML syntax

* Sections like `[dependencies.foo]` can be entries in a `[dependencies]` section with the `{key = value}` syntax.
* Per-target dependencies can be expressed with more general `cfg(…)` conditions instead of exact target triples: https://github.com/rust-lang/cargo/pull/2328

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10857)
<!-- Reviewable:end -->
2016-04-26 15:46:37 -07:00
..
display_list Merge DisplayListEntry into DisplayItem 2016-04-22 10:28:27 -07:00
platform gfx: Clamp the font size we supply to Core Text to 0.01pt. 2016-04-11 13:52:41 -07:00
text Move '&&' to the end of the previous line. 2016-04-22 14:28:18 +02:00
Cargo.toml Simplify TOML syntax 2016-04-26 23:51:36 +02:00
filters.rs Split Au type into separate crate, with minimal dependencies. 2015-10-01 07:16:11 +10:00
font.rs Renamed style structs. 2016-04-08 21:47:36 +03:00
font_cache_thread.rs Add referrer policy pass-through and referrer header logic 2016-04-25 16:41:06 -04:00
font_context.rs gfx: Clamp the font size we supply to Core Text to 0.01pt. 2016-04-11 13:52:41 -07:00
font_template.rs Derive Debug on FontGroup and its components 2015-12-12 10:04:33 +01:00
lib.rs Silence unused-extern-crates false positives. 2016-04-22 22:20:05 +02:00
paint_context.rs gfx: Allow images to be shipped to the WebRender thread without shipping 2016-03-22 14:49:47 -07:00
paint_thread.rs Auto merge of #10810 - mrobinson:displayitem, r=pcwalton 2016-04-26 10:13:00 -07:00