mirror of
https://github.com/servo/servo.git
synced 2025-06-18 22:34:30 +01:00
build(cargo): enable webrender capture feature
This commit is contained in:
parent
b93f153ed5
commit
b943a711f5
2 changed files with 12 additions and 1 deletions
|
@ -27,5 +27,5 @@ servo_geometry = {path = "../geometry"}
|
|||
servo_url = {path = "../url"}
|
||||
style_traits = {path = "../style_traits"}
|
||||
time = "0.1.17"
|
||||
webrender = {git = "https://github.com/servo/webrender"}
|
||||
webrender = {git = "https://github.com/servo/webrender", features = ["capture"]}
|
||||
webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue