about summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorvenomade <venomade@venomade.com>2024-05-08 19:50:28 +0100
committervenomade <venomade@venomade.com>2024-05-08 19:50:28 +0100
commitd1cb531ae9ad4427861bc60ad5430d75a69ff197 (patch)
treee946497573a592e5e429bd4ff503515eb9bc6a37 /Cargo.toml
parent68c483e8c599af1b29c5decf74d6ed43bcd89ef1 (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.toml1
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"] }