servo/components/gfx
bors-servo 35000a9b85 Auto merge of #6317 - frewsxcv:rm-util-crate-reexports, r=Ms2ger
The util component specified fnv and smallvec as dependencies and publicly
reexported both of them. Several other components utilized these reexports,
presumably because fnv and smallvec used to live in the tree so reexporting
made the transition easier.

These indirect dependencies through the util component are unnecessary.

This commit removes the fnv & smallvec crate reexports in the util component.
It exchange, it adds fnv & smallvec as dependencies to non-util components
wherever needed. Finally, it removes the fnv dependency from util as it is not
utilized anywhere in the util component.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6317)
<!-- Reviewable:end -->
2015-06-10 08:23:11 -06:00
..
display_list Remove fnv & smallvec crate reexports from util 2015-06-10 07:14:55 -07:00
platform Utilize if let instead of match in a few places 2015-06-09 21:15:38 -07:00
text remove more heapsize ignores 2015-06-03 07:14:20 +05:30
buffer_map.rs Measure paint task buffer maps in the memory profiler. 2015-05-27 18:27:18 -07:00
Cargo.toml Auto merge of #6317 - frewsxcv:rm-util-crate-reexports, r=Ms2ger 2015-06-10 08:23:11 -06:00
filters.rs Rename Au methods with f32/f64 instead of frac32/frac/subpx 2015-05-05 18:23:29 +02:00
font.rs Auto merge of #6317 - frewsxcv:rm-util-crate-reexports, r=Ms2ger 2015-06-10 08:23:11 -06:00
font_cache_task.rs Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8. 2015-05-05 10:07:34 -04:00
font_context.rs Remove fnv & smallvec crate reexports from util 2015-06-10 07:14:55 -07:00
font_template.rs Remove some as_slice calls. 2015-04-24 17:44:47 +02:00
lib.rs Remove fnv & smallvec crate reexports from util 2015-06-10 07:14:55 -07:00
paint_context.rs Remove get_ prefix on getters 2015-06-02 08:54:44 -04:00
paint_task.rs Auto merge of #6214 - glennw:parse-transforms, r=pcwalton 2015-06-02 19:56:17 -05:00