mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
libservo: Remove the unused multiview
feature (#36485)
Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
ca5e0c160e
commit
d1c4b1be76
4 changed files with 0 additions and 4 deletions
|
@ -13,7 +13,6 @@ path = "lib.rs"
|
|||
|
||||
[features]
|
||||
default = []
|
||||
multiview = []
|
||||
tracing = ["dep:tracing"]
|
||||
webxr = ["dep:webxr"]
|
||||
|
||||
|
|
|
@ -14,7 +14,6 @@ path = "lib.rs"
|
|||
[features]
|
||||
bluetooth = ["bluetooth_traits"]
|
||||
default = []
|
||||
multiview = []
|
||||
tracing = ["dep:tracing"]
|
||||
webgpu = ["script_traits/webgpu"]
|
||||
|
||||
|
|
|
@ -29,7 +29,6 @@ background_hang_monitor = ["background_hang_monitor/sampler"]
|
|||
jitspew = ["script/jitspew"]
|
||||
js_backtrace = ["script/js_backtrace"]
|
||||
media-gstreamer = ["servo-media-gstreamer", "gstreamer"]
|
||||
multiview = ["compositing/multiview", "constellation/multiview"]
|
||||
native-bluetooth = ["bluetooth/native-bluetooth"]
|
||||
no-wgl = ["mozangle/egl", "mozangle/build_dlls", "surfman/sm-angle-default", "compositing_traits/no-wgl"]
|
||||
dynamic_freetype = ["webrender/dynamic_freetype"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue