BluetoothThread refactor

This commit is contained in:
Attila Dusnoki 2016-04-25 16:34:20 +02:00 committed by Attila Dusnoki
parent ef296b86e8
commit ecf4c942da
6 changed files with 162 additions and 159 deletions

View file

@ -18,6 +18,7 @@ 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"}
bitflags = "0.6.0"
cookie = { version = "0.2.4", features = [ "serialize-rustc" ] }
flate2 = "0.2.0"
hyper = { version = "0.9", features = [ "serde-serialization" ] }