cargo: Remove last traces of webdriver from libservo (#38314)

The feature which enables optional dependency & function is never used
and can be safely removed.

Testing: It can still builds.

Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>
This commit is contained in:
Euclid Ye 2025-07-28 22:47:56 +08:00 committed by GitHub
parent 02297791c8
commit 213b532712
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 0 additions and 9 deletions

View file

@ -48,7 +48,6 @@ refcell_backtrace = ["libservo/refcell_backtrace"]
tracing = ["dep:tracing", "dep:tracing-subscriber", "libservo/tracing"]
tracing-hitrace = ["tracing", "dep:hitrace"]
tracing-perfetto = ["tracing", "dep:tracing-perfetto"]
webdriver = ["libservo/webdriver"]
webgl_backtrace = ["libservo/webgl_backtrace"]
webgpu = ["libservo/webgpu"]
webxr = ["libservo/webxr"]