Auto merge of #24875 - jdm:wr-no-ipc, r=asajeffrey

Extract IPC out of webrender

Fixes #20172. Fixes #13480.
This commit is contained in:
bors-servo 2019-11-27 20:48:13 -05:00 committed by GitHub
commit 5f1681ad25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
76 changed files with 493 additions and 359 deletions

View file

@ -57,7 +57,7 @@ tokio = "0.1"
time = "0.1.17"
url = "2.0"
uuid = {version = "0.8", features = ["v4"]}
webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]}
webrender_api = {git = "https://github.com/servo/webrender"}
ws = { version = "0.9", features = ["ssl"] }
[dev-dependencies]