Skip to content

Commit

Permalink
Merge pull request #259 from jeremyd/wayland_clip
Browse files Browse the repository at this point in the history
fixing clipboard for wayland #186
  • Loading branch information
mikedilger authored Feb 28, 2023
2 parents 6ebc984 + 63aa6d2 commit 42c571f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ base64 = "0.21"
dashmap = "5.4"
dirs = "4.0"
eframe = { git = "https://github.com/mikedilger/egui", branch="gossip", features = [ "dark-light", "persistence" ] }
egui-winit = { git = "https://github.com/mikedilger/egui", branch="gossip", features = [ "default" ] }
egui_extras = { git = "https://github.com/mikedilger/egui", branch="gossip", features = [ "image", "svg", "tracing" ] }
encoding_rs = "0.8"
futures = "0.3"
Expand Down

0 comments on commit 42c571f

Please sign in to comment.