fix save connection settings according to the book of resetlib

This commit is contained in:
takotori 2023-12-11 21:45:19 +01:00
parent e89de26b67
commit f95dca41a4
3 changed files with 39 additions and 37 deletions

View file

@ -6,7 +6,7 @@ description = "A wip universal Linux settings application."
[dependencies]
reset_daemon = "0.4.6"
re_set-lib = "0.6.6"
re_set-lib = { git = "https://github.com/Xetibo/ReSet-Lib", branch = "main" }
adw = { version = "0.5.3", package = "libadwaita", features = ["v1_4"] }
dbus = "0.9.7"
gtk = { version = "0.7.3", package = "gtk4", features = ["v4_12"] }