Skip to content

Commit

Permalink
Add multiview feature flag in compositing and constellation (servo#30840
Browse files Browse the repository at this point in the history
)
  • Loading branch information
delan authored Dec 12, 2023
1 parent 8a226fd commit 97e6c72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/compositing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ path = "lib.rs"
[features]
default = []
gl = ["gleam", "pixels"]
multiview = []

[dependencies]
canvas = { path = "../canvas" }
Expand Down
4 changes: 4 additions & 0 deletions components/constellation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 97e6c72

Please sign in to comment.