mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Use non-IPC webrender API over explicit IPC channels.
This commit is contained in:
parent
a922c497fa
commit
564c16d754
77 changed files with 494 additions and 360 deletions
|
@ -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"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue