mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
refactor(bluetooth): factory fn returns constellation channel
This commit is contained in:
parent
c2161da3ca
commit
410cf63a8e
4 changed files with 26 additions and 21 deletions
|
@ -14,6 +14,7 @@ bitflags = "1.0"
|
|||
bluetooth_traits = {path = "../bluetooth_traits"}
|
||||
device = {git = "https://github.com/servo/devices", features = ["bluetooth-test"]}
|
||||
ipc-channel = "0.10"
|
||||
script_traits = {path = "../script_traits"}
|
||||
servo_config = {path = "../config"}
|
||||
servo_rand = {path = "../rand"}
|
||||
uuid = {version = "0.6", features = ["v4"]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue