mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
Add tracing events (#33189)
Signed-off-by: atbrakhi <atbrakhi@igalia.com>
This commit is contained in:
parent
37e1c3385e
commit
0f24b8c823
8 changed files with 34 additions and 0 deletions
|
@ -48,6 +48,7 @@ webgpu = { path = "../webgpu" }
|
|||
webrender = { workspace = true }
|
||||
webrender_api = { workspace = true }
|
||||
webrender_traits = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
webxr-api = { git = "https://github.com/servo/webxr", features = ["ipc"] }
|
||||
|
||||
[target.'cfg(any(target_os="macos", all(not(target_os = "windows"), not(target_os = "ios"), not(target_os="android"), not(target_arch="arm"), not(target_arch="aarch64"))))'.dependencies]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue