Skip to content

Commit

Permalink
fix: explicitly list dependencies in "workspaces+sway" feature
Browse files Browse the repository at this point in the history
Co-authored-by: Jake Stanger <mail@jstanger.dev>
  • Loading branch information
Rodrigodd and JakeStanger authored Aug 4, 2024
1 parent d91e4b3 commit 521665e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ volume = ["libpulse-binding"]

workspaces = ["futures-lite"]
"workspaces+all" = ["workspaces", "workspaces+sway", "workspaces+hyprland"]
"workspaces+sway" = ["workspaces", "sway"]
"workspaces+sway" = ["workspaces", "swayipc-async"]
"workspaces+hyprland" = ["workspaces", "hyprland"]

sway = ["swayipc-async"]
Expand Down

0 comments on commit 521665e

Please sign in to comment.