servo/components/style
Corey Farwell 4f47b41fa7 Remove fnv & smallvec crate reexports from util
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.
2015-06-10 07:14:55 -07:00
..
animation.rs Partial implementation of transform animations spec. 2015-06-10 07:07:28 +10:00
build.rs Reduce max line length from 150 to 120 characters 2015-05-24 00:01:49 -04:00
Cargo.toml Remove fnv & smallvec crate reexports from util 2015-06-10 07:14:55 -07:00
font_face.rs Use iterators for iterating through CSS rules 2015-04-07 22:28:06 -06:00
legacy.rs Remove fnv & smallvec crate reexports from util 2015-06-10 07:14:55 -07:00
lib.rs Remove fnv & smallvec crate reexports from util 2015-06-10 07:14:55 -07:00
Mako-0.9.1.zip Cargoify servo 2014-09-08 20:21:42 -06:00
media_queries.rs Rename Au methods with f32/f64 instead of frac32/frac/subpx 2015-05-05 18:23:29 +02:00
node.rs Remove fnv & smallvec crate reexports from util 2015-06-10 07:14:55 -07:00
parser.rs Use the correct log crate and setup env_logger in main. 2015-06-06 23:20:40 +03:00
properties.mako.rs Remove fnv & smallvec crate reexports from util 2015-06-10 07:14:55 -07:00
README.md Update style/README.md - libcss is gone now 2014-10-23 16:23:54 -05:00
selector_matching.rs Remove fnv & smallvec crate reexports from util 2015-06-10 07:14:55 -07:00
stylesheets.rs Remove fnv & smallvec crate reexports from util 2015-06-10 07:14:55 -07:00
values.rs Auto merge of #6280 - glennw:transform-transitions, r=nox 2015-06-09 16:32:54 -06:00
viewport.rs Reduce max line length from 150 to 120 characters 2015-05-24 00:01:49 -04:00

servo-style

Style system for Servo, using rust-cssparser for parsing.