chore: remove unneeded dependency

This commit is contained in:
jane400 2024-09-19 22:32:56 +02:00 committed by jane400
parent e041349ee9
commit 7ac87edc94
2 changed files with 0 additions and 14 deletions

12
Cargo.lock generated
View file

@ -2085,9 +2085,7 @@ dependencies = [
"libpaket",
"oo7",
"relm4",
"relm4-components",
"relm4-icons",
"relm4-macros",
"reqwest",
"tracker",
"webkit6",
@ -2355,16 +2353,6 @@ dependencies = [
"tracing",
]
[[package]]
name = "relm4-components"
version = "0.9.0"
source = "git+https://github.com/Relm4/Relm4.git#bd9d43fa6c0a88814097ec799d217075b408acd2"
dependencies = [
"once_cell",
"relm4",
"tracker",
]
[[package]]
name = "relm4-css"
version = "0.9.0"

View file

@ -8,8 +8,6 @@ version.workspace = true
[dependencies]
# using git version, for https://github.com/Relm4/Relm4/pull/677
relm4 = { version = "0.9", features = [ "libadwaita", "macros" ], git = "https://github.com/Relm4/Relm4.git" }
relm4-components = { version = "0.9", git = "https://github.com/Relm4/Relm4.git" }
relm4-macros = { version = "0.9", git = "https://github.com/Relm4/Relm4.git" }
relm4-icons = { version = "0.9", git = "https://github.com/Relm4/icons.git" }
tracker = "0.2"
adw = {package = "libadwaita", version = "0.7", features = [ "v1_6" ]}