Skip to content

Commit

Permalink
fix: remove arboard from non desktop os
Browse files Browse the repository at this point in the history
  • Loading branch information
Beastwick18 committed Aug 14, 2024
1 parent 4d7264e commit ab52159
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ rss = { version = "2.0.8", default-features = false }
chrono = { version = "0.4.38", features = ["clock"], default-features = false }
transmission-rpc = { version = "0.4.3" }
open = "5.1.4"
arboard = { version = "3.4", default-features = false }
dirs = "5.0.1"
shellexpand = "3.1.0"
indexmap = { version = "2.2.6", default-features = false }
Expand All @@ -62,6 +61,9 @@ image = ["png"]
[target.'cfg(unix)'.dependencies]
nix = { version = "0.29.0", features = ["signal"] }

[target.'cfg(any(target_os = "linux", target_os = "windows", target_os = "macos"))'.dependencies]
arboard = { version = "3.4", default-features = false }

[package.metadata.deb]
maintainer = "Steven Culwell <[email protected]>"
copyright = "2024, Steven Culwell <[email protected]>"
Expand Down

0 comments on commit ab52159

Please sign in to comment.