mirror of
https://github.com/servo/servo.git
synced 2025-08-15 18:35:33 +01:00
Move most animation processing to script
This is preparation for sharing this code with layout_2020 and implementing selective off-the-main-thread animations. We still look for nodes not in the flow tree in the layout thread.
This commit is contained in:
parent
aa9f16ce45
commit
3b0619aedd
21 changed files with 444 additions and 371 deletions
|
@ -53,6 +53,7 @@ encoding_rs = "0.8"
|
|||
enum-iterator = "0.3"
|
||||
euclid = "0.20"
|
||||
fnv = "1.0"
|
||||
fxhash = "0.2"
|
||||
headers = "0.2"
|
||||
html5ever = "0.25"
|
||||
http = "0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue