feat: pairing via applet's agent

This commit is contained in:
Ashley Wulber 2023-02-09 20:09:31 -05:00 committed by Ashley Wulber
parent 000ac7b8b4
commit 7a003389b8
8 changed files with 421 additions and 97 deletions

View file

@ -6,7 +6,7 @@ license = "GPL-3.0-or-later"
[dependencies]
once_cell = "1.16.0"
bluer = { version = "0.15", features = ["bluetoothd"] }
bluer = { version = "0.15", features = ["bluetoothd", "id"] }
futures-util = "0.3.21"
libcosmic = { git = "https://github.com/pop-os/libcosmic/", branch = "master", default-features = false, features = ["wayland", "applet", "tokio"] }
sctk = { package = "smithay-client-toolkit", git = "https://github.com/Smithay/client-toolkit", rev = "3776d4a" }
@ -21,3 +21,4 @@ anyhow = "1.0"
i18n-embed = { version = "0.13.4", features = ["fluent-system", "desktop-requester"] }
i18n-embed-fl = "0.6.4"
rust-embed = "6.3.0"
rand = "0.8"