mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
script: Make the resource task communication use IPC channels.
This commit is contained in:
parent
44d13f7fd4
commit
2aa5174246
35 changed files with 234 additions and 458 deletions
|
@ -25,8 +25,11 @@ path = "../devtools_traits"
|
|||
[dependencies.ipc-channel]
|
||||
git = "https://github.com/pcwalton/ipc-channel"
|
||||
|
||||
[dependencies.url]
|
||||
version = "0.2"
|
||||
features = [ "serde_serialization" ]
|
||||
|
||||
[dependencies]
|
||||
url = "0.2.36"
|
||||
libc = "0.1"
|
||||
euclid = "0.1"
|
||||
serde = "0.4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue