Skip to content

Commit

Permalink
update arboard to 3.0 (#2067)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk authored Sep 21, 2022
1 parent 2b0bf82 commit 12dc61e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
21 changes: 16 additions & 5 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 crates/egui-winit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ webbrowser = { version = "0.7", optional = true }
smithay-clipboard = { version = "0.6.3", optional = true }

[target.'cfg(not(target_os = "android"))'.dependencies]
arboard = { version = "2.1", optional = true, default-features = false }
arboard = { version = "3.0", optional = true, default-features = false }

0 comments on commit 12dc61e

Please sign in to comment.