diff options
author | venomade <venomade@venomade.com> | 2024-05-08 19:50:28 +0100 |
---|---|---|
committer | venomade <venomade@venomade.com> | 2024-05-08 19:50:28 +0100 |
commit | d1cb531ae9ad4427861bc60ad5430d75a69ff197 (patch) | |
tree | e946497573a592e5e429bd4ff503515eb9bc6a37 /Cargo.toml | |
parent | 68c483e8c599af1b29c5decf74d6ed43bcd89ef1 (diff) |
Remove LibAdwaita dependency
Remove LibAdwaita dependency to allow theming across platforms Remove Preferences and Toast as they are libadwaita components Remove now unneeded comments
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 3b3cdf9..5bdd004 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,5 +6,4 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -adw = { version = "0.6.0", package = "libadwaita", features = ["v1_4"] } gtk = { version = "0.8.0", package = "gtk4", features = ["v4_12"] } |