1
0
Fork 0

[Fix] Enable wayland support for arboard (#51)

main
Marius Schulz 2024-03-19 06:52:09 +01:00 committed by GitHub
parent a75018bbb5
commit 92f4eccf0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ tiny-skia = "0.11.4"
syntect = "5.2.0" syntect = "5.2.0"
cosmic-text = "0.11.2" cosmic-text = "0.11.2"
serde = "1.0.197" serde = "1.0.197"
arboard = "3.3.2" arboard = {features = ["wayland-data-control"], version = "3.3.2"}
thiserror = "1.0.58" thiserror = "1.0.58"
regex = "1.10.3" regex = "1.10.3"