mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Add multiview feature flag in compositing and constellation (#30840)
This commit is contained in:
parent
8a226fdb19
commit
97e6c72f57
2 changed files with 5 additions and 0 deletions
|
@ -14,6 +14,7 @@ path = "lib.rs"
|
||||||
[features]
|
[features]
|
||||||
default = []
|
default = []
|
||||||
gl = ["gleam", "pixels"]
|
gl = ["gleam", "pixels"]
|
||||||
|
multiview = []
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
canvas = { path = "../canvas" }
|
canvas = { path = "../canvas" }
|
||||||
|
|
|
@ -10,6 +10,10 @@ publish = false
|
||||||
name = "constellation"
|
name = "constellation"
|
||||||
path = "lib.rs"
|
path = "lib.rs"
|
||||||
|
|
||||||
|
[features]
|
||||||
|
default = []
|
||||||
|
multiview = []
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
background_hang_monitor = { path = "../background_hang_monitor" }
|
background_hang_monitor = { path = "../background_hang_monitor" }
|
||||||
backtrace = { workspace = true }
|
backtrace = { workspace = true }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue