Remove unused compositing dependency from bluetooth crate

This commit is contained in:
George Roman 2018-08-05 15:41:09 +03:00
parent 2f14e33395
commit 232addbd06
2 changed files with 0 additions and 2 deletions

View file

@ -12,7 +12,6 @@ path = "lib.rs"
[dependencies]
bitflags = "1.0"
bluetooth_traits = {path = "../bluetooth_traits"}
compositing = {path = "../compositing"}
device = {git = "https://github.com/servo/devices", features = ["bluetooth-test"]}
embedder_traits = {path = "../embedder_traits"}
ipc-channel = "0.10"