chore(cargo): disable optional ashpd features to remove gtk dependency

This commit is contained in:
Michael Aaron Murphy 2023-12-12 15:05:47 +01:00 committed by Michael Murphy
parent 5f089ef9a3
commit 7017901dec
2 changed files with 27 additions and 116 deletions

View file

@ -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"] }