mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Move rust-selectors in-tree.
This commit is contained in:
parent
f7e75fd001
commit
8915e53cee
16 changed files with 2616 additions and 18 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue