mirror of
https://github.com/mistricky/codesnap.nvim.git
synced 2024-12-26 19:36:29 +00:00
[Fix] Enable wayland support for arboard (#51)
This commit is contained in:
parent
a75018bbb5
commit
92f4eccf0d
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ tiny-skia = "0.11.4"
|
|||
syntect = "5.2.0"
|
||||
cosmic-text = "0.11.2"
|
||||
serde = "1.0.197"
|
||||
arboard = "3.3.2"
|
||||
arboard = {features = ["wayland-data-control"], version = "3.3.2"}
|
||||
thiserror = "1.0.58"
|
||||
regex = "1.10.3"
|
||||
|
||||
|
|
Loading…
Reference in a new issue