feat: Add bluetooth adapter settings

This commit is contained in:
Fabio Lenherr / DashieTM 2023-12-05 19:50:29 +01:00
parent 512cba018b
commit ce91201192
5 changed files with 185 additions and 52 deletions

View file

@ -5,8 +5,8 @@ edition = "2021"
description = "A wip universal Linux settings application."
[dependencies]
reset_daemon = "0.3.7"
ReSet-Lib = "0.6.2"
reset_daemon = "0.3.8"
ReSet-Lib = "0.6.3"
adw = { version = "0.5.3", package = "libadwaita", features = ["v1_4"] }
dbus = "0.9.7"
gtk = { version = "0.7.3", package = "gtk4", features = ["v4_12"] }