From 92f4eccf0dc1425025005baeac6ccb8b0fd475f5 Mon Sep 17 00:00:00 2001 From: Marius Schulz <2656597+mrWinston@users.noreply.github.com> Date: Tue, 19 Mar 2024 06:52:09 +0100 Subject: [PATCH] [Fix] Enable wayland support for arboard (#51) --- generator/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator/Cargo.toml b/generator/Cargo.toml index 0c9e20e..e4a8bb1 100644 --- a/generator/Cargo.toml +++ b/generator/Cargo.toml @@ -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"