Merge pull request #14 from daxpedda/x11rb-improvements-2

More `x11rb` improvements
This commit is contained in:
Héctor Ramón 2021-03-11 00:56:50 +01:00 committed by GitHub
commit a451ebe895
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 56 additions and 107 deletions

View file

@ -25,6 +25,7 @@ clipboard_x11 = { version = "0.3", path = "./x11" }
clipboard_wayland = { version = "0.2", path = "./wayland" }
[dev-dependencies]
rand = "0.8"
winit = "0.23"
[workspace]