mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement basic Time To First Paint and First Contentful Paint PWMs
This commit is contained in:
parent
20a3b0236d
commit
892b30edca
20 changed files with 213 additions and 10 deletions
|
@ -23,6 +23,7 @@ hyper = "0.10"
|
|||
hyper_serde = "0.7"
|
||||
ipc-channel = "0.8"
|
||||
libc = "0.2"
|
||||
metrics = {path = "../metrics"}
|
||||
msg = {path = "../msg"}
|
||||
net_traits = {path = "../net_traits"}
|
||||
offscreen_gl_context = { version = "0.11", features = ["serde"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue