Move rust-selectors in-tree.

This commit is contained in:
Bobby Holley 2017-02-07 22:46:35 -08:00
parent f7e75fd001
commit 8915e53cee
16 changed files with 2616 additions and 18 deletions

View file

@ -46,7 +46,7 @@ phf = "0.7.20"
pdqsort = "0.1.0"
rayon = "0.6"
rustc-serialize = "0.3"
selectors = "0.17"
selectors = { path = "../selectors" }
serde = {version = "0.8", optional = true}
serde_derive = {version = "0.8", optional = true}
servo_atoms = {path = "../atoms", optional = true}