mirror of
https://github.com/servo/servo.git
synced 2025-09-27 15:20:09 +01:00
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:
parent
02297791c8
commit
213b532712
4 changed files with 0 additions and 9 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue