mirror of
https://github.com/servo/servo.git
synced 2025-08-18 11:55:39 +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
|
@ -27,6 +27,6 @@ path = "../../../components/util"
|
|||
app_units = {version = "0.1", features = ["plugins"]}
|
||||
url = "0.5.2"
|
||||
cssparser = "0.5"
|
||||
selectors = "0.2"
|
||||
selectors = "0.4.1"
|
||||
string_cache = "0.2"
|
||||
euclid = {version = "0.4", features = ["plugins"]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue