fix(clipboard): copying large images filling write pipe
Fixes partially #86
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user