mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +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
|
@ -10,6 +10,10 @@ publish = false
|
|||
name = "constellation"
|
||||
path = "lib.rs"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
multiview = []
|
||||
|
||||
[dependencies]
|
||||
background_hang_monitor = { path = "../background_hang_monitor" }
|
||||
backtrace = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue