mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Use the ToCss trait instead of Show for CSSOM serialization.
Fix #4440. Close #4687.
This commit is contained in:
parent
19b390049c
commit
7bf3fcd0d6
4 changed files with 311 additions and 91 deletions
2
components/servo/Cargo.lock
generated
2
components/servo/Cargo.lock
generated
|
@ -132,7 +132,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "cssparser"
|
||||
version = "0.2.0"
|
||||
source = "git+https://github.com/servo/rust-cssparser#42714934cbe83dab349190695503a09ae23f9528"
|
||||
source = "git+https://github.com/servo/rust-cssparser#d7d50ae2a7da4aca1b2c4d248139510c8e9a25c6"
|
||||
dependencies = [
|
||||
"encoding 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue