mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
BluetoothThread refactor
This commit is contained in:
parent
ef296b86e8
commit
ecf4c942da
6 changed files with 162 additions and 159 deletions
6
components/servo/Cargo.lock
generated
6
components/servo/Cargo.lock
generated
|
@ -162,6 +162,11 @@ name = "bitflags"
|
|||
version = "0.6.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
|
||||
[[package]]
|
||||
name = "bitflags"
|
||||
version = "0.6.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
|
||||
[[package]]
|
||||
name = "block"
|
||||
version = "0.1.5"
|
||||
|
@ -1331,6 +1336,7 @@ dependencies = [
|
|||
name = "net"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"bitflags 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"brotli 0.3.20 (git+https://github.com/ende76/brotli-rs)",
|
||||
"cookie 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"device 0.0.1 (git+https://github.com/dati91/devices?branch=device-api)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue