mirror of
https://github.com/servo/servo.git
synced 2025-08-22 05:45:33 +01:00
libservo: Make background hang monitor integration optional. (#35256)
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
c4f4d5cc04
commit
cdd6660113
4 changed files with 12 additions and 5 deletions
|
@ -59,7 +59,7 @@ webgpu = ["libservo/webgpu"]
|
|||
[dependencies]
|
||||
euclid = { workspace = true }
|
||||
libc = { workspace = true }
|
||||
libservo = { path = "../../components/servo" }
|
||||
libservo = { path = "../../components/servo", features = ["background_hang_monitor"] }
|
||||
cfg-if = { workspace = true }
|
||||
keyboard-types = { workspace = true }
|
||||
log = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue