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

@ -30,7 +30,7 @@ rayon = "0.6"
script = {path = "../script"}
script_layout_interface = {path = "../script_layout_interface"}
script_traits = {path = "../script_traits"}
selectors = "0.17"
selectors = { path = "../selectors" }
serde_derive = "0.8"
serde_json = "0.8"
servo_config = {path = "../config"}