From 1be2574f4241e88c978d28d251a3d946547e47b4 Mon Sep 17 00:00:00 2001 From: amrbashir Date: Tue, 7 Mar 2023 17:36:46 +0200 Subject: [PATCH] fix(linux): add missing crate --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index f22cbe266..292587e82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -116,6 +116,7 @@ gtk = { version = "0.15", features = [ "v3_22" ] } gdk = { version = "0.15", features = [ "v3_22" ] } gdk-sys = "0.15" gdkx11-sys = "0.15" +gdkwayland-sys = "0.15" gdk-pixbuf = { version = "0.15", features = [ "v2_36_8" ] } libappindicator = { version = "0.7.1", optional = true } dirs-next = { version = "2.0.0", optional = true }