feat: Add ability to show bluetooth devices immediately

This commit is contained in:
dashie 2024-04-04 10:54:20 +02:00
parent 5f0781ee18
commit a8aca57ea1
7 changed files with 85 additions and 70 deletions

View file

@ -10,7 +10,7 @@ license = "GPL-3.0-or-later"
# reset_daemon = "1.1.0"
re_set-lib = { git = "https://github.com/Xetibo/ReSet-Lib" , branch = "audioobject"}
# re_set-lib = "3.1.7"
reset_daemon = { git = "https://github.com/Xetibo/ReSet-Daemon", branch = "dashie" }
reset_daemon = { git = "https://github.com/Xetibo/ReSet-Daemon", branch = "main" }
adw = { version = "0.6.0", package = "libadwaita", features = ["v1_4"] }
dbus = "0.9.7"
gtk = { version = "0.8.1", package = "gtk4", features = ["v4_12"] }