mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
Add Bluetooth IPC support
This commit is contained in:
parent
9d55748de2
commit
9825ea41b4
20 changed files with 1037 additions and 46 deletions
|
@ -17,6 +17,7 @@ plugins = {path = "../plugins"}
|
|||
msg = {path = "../msg"}
|
||||
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
|
||||
webrender_traits = {git = "https://github.com/servo/webrender_traits"}
|
||||
device = {git = "https://github.com/servo/devices"}
|
||||
cookie = { version = "0.2.4", features = [ "serialize-rustc" ] }
|
||||
flate2 = "0.2.0"
|
||||
hyper = { version = "0.9", features = [ "serde-serialization" ] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue