Skip to content

Commit

Permalink
fix: add v0_6 feature to gtk-layer-shell in eww/cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
GallowsDove committed Nov 2, 2024
1 parent 8ef653e commit a646722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/eww/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a646722

Please sign in to comment.