From 4e033665cb0dd8b5f454a11133133a7bcce47900 Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Thu, 16 Dec 2021 11:44:10 -0500 Subject: [PATCH] remove wnck dep --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 20b76b4c..2925af79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,6 +24,3 @@ once_cell = "1.8.0" xdg = "2.4.0" serde = "1.0.130" x11rb = "0.9.0" - -[dependencies.wnck] -path = "../wnck"