We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fe608d commit 5a28147Copy full SHA for 5a28147
book/listings/Cargo.toml
@@ -7,7 +7,6 @@ edition = "2021"
7
[dependencies]
8
adw = { version = "0.7", package = "libadwaita", features = ["v1_5"] }
9
anyhow = "1.0"
10
-ashpd = { version = "0.9", features = ["gtk4"] }
11
async-channel = "2.0"
12
dirs = "5.0"
13
gtk = { version = "0.9", package = "gtk4", features = ["v4_12"] }
@@ -20,6 +19,9 @@ tokio = { version = "1.33.0", features = ["rt-multi-thread"] }
20
19
walkdir = "2.3"
21
xshell = "0.2"
22
+[target.'cfg(target_os = "linux")'.dependencies]
23
+ashpd = { version = "0.9", features = ["gtk4"] }
24
+
25
[build-dependencies]
26
glib-build-tools = "0.20"
27
0 commit comments