Skip to content

Commit

Permalink
feat: Enable wayland clipboard support
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Blackman committed Dec 20, 2023
1 parent 1a92a77 commit 2163d15
Show file tree
Hide file tree
Showing 2 changed files with 185 additions and 11 deletions.
194 changes: 184 additions & 10 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 @@ -33,7 +33,7 @@ members = ["tools/xtask"]

[dependencies]
anyhow = { version = "=1.0.75", features = ["backtrace"] }
arboard = "=3.2.1"
arboard = { version = "=3.2.1", features = ["wayland-data-control"] }
async-trait = "=0.1.74"
base64 = "=0.21.5"
better-panic = "=0.3.0"
Expand Down

0 comments on commit 2163d15

Please sign in to comment.