mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +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]
|
||||
default = []
|
||||
gl = ["gleam", "pixels"]
|
||||
multiview = []
|
||||
|
||||
[dependencies]
|
||||
canvas = { path = "../canvas" }
|
||||
|
|
|
@ -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