fix(clipboard): copying large images filling write pipe

Fixes partially #86
This commit is contained in:
Jake Stanger
2023-04-30 22:50:43 +01:00
parent 735f5cc9f1
commit e1abadcf39
3 changed files with 103 additions and 21 deletions

View File

@@ -76,7 +76,7 @@ cfg-if = "1.0.0"
reqwest = { version = "0.11.14", optional = true }
# clipboard
nix = { version = "0.26.2", optional = true }
nix = { version = "0.26.2", optional = true, features = ["event"] }
# clock
chrono = { version = "0.4.19", optional = true }