From 1960f11390a29992bc5fa98e37659448b5a147e1 Mon Sep 17 00:00:00 2001 From: GallowsDove Date: Sat, 2 Nov 2024 04:58:37 +0100 Subject: [PATCH] fix: add v0_6 feature to gtk-layer-shell in eww/cargo.toml --- crates/eww/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/eww/Cargo.toml b/crates/eww/Cargo.toml index d934c455..cd6e2e63 100644 --- a/crates/eww/Cargo.toml +++ b/crates/eww/Cargo.toml @@ -20,7 +20,7 @@ eww_shared_util.workspace = true yuck.workspace = true notifier_host.workspace = true -gtk-layer-shell = { version = "0.8.1", optional = true } +gtk-layer-shell = { version = "0.8.1", optional = true, features=["v0_6"] } gdkx11 = { version = "0.18", optional = true } x11rb = { version = "0.13.1", features = ["randr"], optional = true } gdk-sys = "0.18.0"