Integrate the devices respository (#30974)

Despite the name of this dependency, it only handles bluetooth. Because
it's a separate repository. Integrating it, allows changes here to be
tested more consistently. In addition, it's likely that new bluetooth
libraries will allow removing the majority of the platform-specific code
in this directory.

This is based on the version of this dependency from:
https://github.com/servo/devices/pull/34
This commit is contained in:
Martin Robinson 2024-01-09 10:13:41 +01:00 committed by GitHub
parent fddc4a430f
commit 6a804cd775
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 3880 additions and 27 deletions

17
Cargo.lock generated
View file

@ -477,7 +477,10 @@ version = "0.0.1"
dependencies = [
"bitflags 2.4.1",
"bluetooth_traits",
"device",
"blurdroid",
"blurmac",
"blurmock",
"blurz",
"embedder_traits",
"ipc-channel",
"log",
@ -505,7 +508,6 @@ checksum = "19b23557dd27704797128f9db2816416bef20dad62d4a9768714eeb65f07d296"
[[package]]
name = "blurmac"
version = "0.1.0"
source = "git+https://github.com/servo/devices?rev=cb28c4725ffbfece99dab842d17d3e8c50774778#cb28c4725ffbfece99dab842d17d3e8c50774778"
dependencies = [
"log",
"objc",
@ -1322,17 +1324,6 @@ dependencies = [
"syn 1.0.103",
]
[[package]]
name = "device"
version = "0.0.1"
source = "git+https://github.com/servo/devices?rev=cb28c4725ffbfece99dab842d17d3e8c50774778#cb28c4725ffbfece99dab842d17d3e8c50774778"
dependencies = [
"blurdroid",
"blurmac",
"blurmock",
"blurz",
]
[[package]]
name = "devtools"
version = "0.0.1"