mirror of
https://github.com/servo/servo.git
synced 2025-09-27 15:20:09 +01:00
Add initial support for tracing and tracing-perfetto (#33188)
Signed-off-by: atbrakhi <atbrakhi@igalia.com> Co-authored-by: Delan Azabani <dazabani@igalia.com>
This commit is contained in:
parent
abe532dd2f
commit
ba7e53264d
6 changed files with 286 additions and 4 deletions
|
@ -125,6 +125,9 @@ to_shmem = { git = "https://github.com/servo/stylo", branch = "2024-07-16" }
|
|||
tokio = "1"
|
||||
tokio-rustls = "0.24"
|
||||
tungstenite = "0.20"
|
||||
tracing = "0.1.40"
|
||||
tracing-subscriber = "0.3.18"
|
||||
tracing-perfetto = "0.1.1"
|
||||
uluru = "3.0"
|
||||
unicode-bidi = "0.3.15"
|
||||
unicode-properties = { version = "0.1.2", features = ["emoji"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue