style: Provide whether we're styling or not to rust-selectors.

This makes us not adding the flags to everything in servo.
This commit is contained in:
Emilio Cobos Álvarez 2016-08-31 16:16:30 -07:00
parent bbfe38e35f
commit 468b329645
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
15 changed files with 88 additions and 64 deletions

View file

@ -14,7 +14,7 @@ app_units = "0.3"
cssparser = {version = "0.6", features = ["heap_size"]}
euclid = "0.10.1"
rustc-serialize = "0.3"
selectors = {version = "0.12", features = ["heap_size"]}
selectors = {version = "0.13", features = ["heap_size"]}
string_cache = {version = "0.2.26", features = ["heap_size"]}
style = {path = "../../../components/style"}
style_traits = {path = "../../../components/style_traits"}