Skip to content

Commit

Permalink
Disable unnecessary arboard image-data feature
Browse files Browse the repository at this point in the history
  • Loading branch information
eatradish committed Dec 28, 2024
1 parent 91bb8e5 commit 042da70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 171 deletions.
171 changes: 1 addition & 170 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ urlencoding = "2.1.3"
uuid = { version = "1.11.0", features = ["v4"] }
zeroize = "1.8.1"

arboard = { version = "3.4", features = ["wayland-data-control"], optional = true }
arboard = { version = "3.4", default-features = false, features = ["wayland-data-control"], optional = true }

[features]
default = ["clipboard"]
Expand Down

0 comments on commit 042da70

Please sign in to comment.