mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Update to rust-cssparser 0.4.0
This commit is contained in:
parent
021f441d24
commit
69d398f29a
14 changed files with 141 additions and 136 deletions
|
@ -34,11 +34,8 @@ features = ["texture_surface"]
|
|||
[dependencies.ipc-channel]
|
||||
git = "https://github.com/pcwalton/ipc-channel"
|
||||
|
||||
[dependencies.cssparser]
|
||||
version = "0.3"
|
||||
features = [ "serde-serialization" ]
|
||||
|
||||
[dependencies]
|
||||
cssparser = { version = "0.4", features = [ "serde-serialization" ] }
|
||||
log = "0.3"
|
||||
num = "0.1.24"
|
||||
gleam = "0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue