More improvements

This commit is contained in:
daxpedda 2021-03-10 21:28:59 +01:00
parent 40e3e94b0b
commit 25e67b760b
No known key found for this signature in database
GPG key ID: 43D62A3EA388E46F
3 changed files with 57 additions and 108 deletions

View file

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