chore(cargo): disable optional ashpd features to remove gtk dependency
This commit is contained in:
parent
5f089ef9a3
commit
7017901dec
2 changed files with 27 additions and 116 deletions
|
|
@ -38,7 +38,7 @@ notify = "6.0.0"
|
|||
anyhow = "1.0"
|
||||
image = "0.24.6"
|
||||
serde = { version = "1.0.180", features = ["derive"] }
|
||||
ashpd = "0.6.2"
|
||||
ashpd = { version = "0.6.2", default-features = false }
|
||||
ron = "0.8"
|
||||
static_init = "1.0.3"
|
||||
clap = {version = "4.4.8", features = ["derive"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue