diff options
author | Josh Matthews <josh@joshmatthews.net> | 2019-11-25 17:18:04 -0500 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2019-11-27 20:47:53 -0500 |
commit | 564c16d75499ae45b3945f487e49587c6fd662c7 (patch) | |
tree | f650d6eb383e95133a19baec32016a5b122203a3 /components/msg | |
parent | a922c497fade0250123b86d7535838c9a8d3b0af (diff) | |
download | servo-564c16d75499ae45b3945f487e49587c6fd662c7.tar.gz servo-564c16d75499ae45b3945f487e49587c6fd662c7.zip |
Use non-IPC webrender API over explicit IPC channels.
Diffstat (limited to 'components/msg')
-rw-r--r-- | components/msg/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/msg/Cargo.toml b/components/msg/Cargo.toml index 8c098d9a903..5dc55caf521 100644 --- a/components/msg/Cargo.toml +++ b/components/msg/Cargo.toml @@ -20,7 +20,7 @@ malloc_size_of_derive = "0.1" parking_lot = "0.9" serde = "1.0.60" servo_url = {path = "../url"} -webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]} +webrender_api = {git = "https://github.com/servo/webrender"} [dev-dependencies] size_of_test = {path = "../size_of_test"} |