libservo: Make background hang monitor integration optional. (#35256)

Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
Josh Matthews 2025-02-01 15:15:39 -05:00 committed by GitHub
parent c4f4d5cc04
commit cdd6660113
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 12 additions and 5 deletions

View file

@ -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 }