mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +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
|
@ -22,6 +22,7 @@ log = {version = "0.3.5", features = ["release_max_level_info"]}
|
|||
malloc_size_of = {path = "../../../components/malloc_size_of"}
|
||||
selectors = {path = "../../../components/selectors", features = ["gecko_like_types"]}
|
||||
size_of_test = {path = "../../../components/size_of_test"}
|
||||
smallvec = "0.4"
|
||||
style_traits = {path = "../../../components/style_traits"}
|
||||
style = {path = "../../../components/style", features = ["gecko"]}
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ extern crate geckoservo;
|
|||
#[macro_use] extern crate log;
|
||||
extern crate malloc_size_of;
|
||||
extern crate selectors;
|
||||
extern crate smallvec;
|
||||
#[macro_use] extern crate size_of_test;
|
||||
#[macro_use] extern crate style;
|
||||
extern crate style_traits;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue