diff --git a/Cargo.toml b/Cargo.toml index 0ad538e..3769983 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,9 +5,9 @@ edition = "2021" description = "A wip universal Linux settings application." [dependencies] -ReSet-Lib = "0.1.0" -adw = { version = "0.5.3", package = "libadwaita" } -gtk = { version = "0.7.3", package = "gtk4" } +ReSet-Lib = "*" +adw = { version = "*", package = "libadwaita", features = ["v1_4"]} +gtk = { version = "*", package = "gtk4"} [build-dependencies] -glib-build-tools = "0.18.0" +glib-build-tools = "*" diff --git a/src/resources/resetMainWindow.ui b/src/resources/resetMainWindow.ui index 477ed13..1e5078c 100644 --- a/src/resources/resetMainWindow.ui +++ b/src/resources/resetMainWindow.ui @@ -1,7 +1,7 @@ - +