mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00: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"]
|
||||
|
|
|
@ -42,7 +42,6 @@ jitspew = ["libservo/jitspew"]
|
|||
js_backtrace = ["libservo/js_backtrace"]
|
||||
max_log_level = ["log/release_max_level_info"]
|
||||
media-gstreamer = ["libservo/media-gstreamer"]
|
||||
multiview = ["libservo/multiview"]
|
||||
native-bluetooth = ["libservo/native-bluetooth"]
|
||||
profilemozjs = ["libservo/profilemozjs"]
|
||||
refcell_backtrace = ["libservo/refcell_backtrace"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue