mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Update rust-selectors
This commits updates rust-selectors to use the generic parser, and as such it moves the element state into the style crate.
This commit is contained in:
parent
9baa59a6b4
commit
a1c830f1c1
40 changed files with 342 additions and 252 deletions
|
@ -79,7 +79,7 @@ websocket = "0.14.0"
|
|||
uuid = "0.1.16"
|
||||
smallvec = "0.1"
|
||||
html5ever = { version = "0.4", features = ["unstable"] }
|
||||
selectors = "0.2"
|
||||
selectors = "0.4.1"
|
||||
string_cache = { version = "0.2", features = ["unstable"] }
|
||||
euclid = {version = "0.4", features = ["plugins"]}
|
||||
rand = "0.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue