Add multiview feature flag in compositing and constellation (#30840)

This commit is contained in:
Delan Azabani 2023-12-12 16:50:58 +08:00 committed by GitHub
parent 8a226fdb19
commit 97e6c72f57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View file

@ -14,6 +14,7 @@ path = "lib.rs"
[features]
default = []
gl = ["gleam", "pixels"]
multiview = []
[dependencies]
canvas = { path = "../canvas" }

View file

@ -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 }