servo/components/gfx
Nicholas Nethercote 092507d23c Add a profile_traits crate to reduce compile times.
A rebuild after touching components/profile/mem.rs now takes 48 seconds (and
only rebuilds `profile` and `servo`) which is much lower than it used to be.
In comparison, a rebuild after touching components/profile_traits/mem.rs takes
294 seconds and rebuilds many more crates.

This change also removes some unnecessary crate dependencies in `net` and
`net_traits`.
2015-04-30 17:58:47 -07:00
..
display_list layout: Implement most of border-collapse per CSS 2.1 § 17.6.2. 2015-04-27 17:12:07 +02:00
platform Remove some as_slice calls. 2015-04-24 17:44:47 +02:00
text Implement Clone for Copy types. 2015-04-28 23:31:10 +02:00
buffer_map.rs Implement Clone for Copy types. 2015-04-28 23:31:10 +02:00
Cargo.toml Add a profile_traits crate to reduce compile times. 2015-04-30 17:58:47 -07:00
color.rs Renaming the color function to just *transparent*, 2015-04-22 14:51:39 -07:00
filters.rs Implementing Blur filter. 2015-04-15 16:15:21 -07:00
font.rs Remove int_uint feature from gfx. 2015-04-07 11:58:28 -04:00
font_cache_task.rs Remove some as_slice calls. 2015-04-24 17:44:47 +02:00
font_context.rs Remove some as_slice calls. 2015-04-24 17:44:47 +02:00
font_template.rs Remove some as_slice calls. 2015-04-24 17:44:47 +02:00
lib.rs Add a profile_traits crate to reduce compile times. 2015-04-30 17:58:47 -07:00
paint_context.rs Implement Clone for Copy types. 2015-04-28 23:31:10 +02:00
paint_task.rs Add a profile_traits crate to reduce compile times. 2015-04-30 17:58:47 -07:00