mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Store custom properties in keyframes into servo's PropertyDeclarationBlock
This commit is contained in:
parent
54f8a131ea
commit
ded0c713db
7 changed files with 33 additions and 0 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1068,6 +1068,7 @@ dependencies = [
|
|||
"parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"selectors 0.19.0",
|
||||
"servo_arc 0.0.1",
|
||||
"smallvec 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"style 0.0.1",
|
||||
"style_traits 0.0.1",
|
||||
"stylo_tests 0.0.1",
|
||||
|
@ -3235,6 +3236,7 @@ dependencies = [
|
|||
"regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"selectors 0.19.0",
|
||||
"size_of_test 0.0.1",
|
||||
"smallvec 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"style 0.0.1",
|
||||
"style_traits 0.0.1",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue