Skip to content

Commit

Permalink
desktop: Add "wayland-data-control" feature for arboard
Browse files Browse the repository at this point in the history
This fixes a crash on start when running under Wayland.
  • Loading branch information
bi4k8 authored Dec 11, 2023
1 parent 06646bc commit 4d07e43
Show file tree
Hide file tree
Showing 2 changed files with 188 additions and 14 deletions.
200 changes: 187 additions & 13 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 desktop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ generational-arena = "0.2.9"
winit = "0.28.7"
webbrowser = "0.8.12"
url = "2.5.0"
arboard = "3.3.0"
arboard = { version = "3.3.0", features = ["wayland-data-control"] }
dirs = "5.0"
isahc = { version = "1.7.2", features = ["cookies"] }
rfd = "0.12.1"
Expand Down

0 comments on commit 4d07e43

Please sign in to comment.