Skip to content

Commit

Permalink
fix: don't build pulseaudio by default
Browse files Browse the repository at this point in the history
  • Loading branch information
alemidev committed Mar 18, 2024
1 parent 013d185 commit 7692cf2
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 @@ -26,7 +26,7 @@ libpulse-binding = { version = "2.0", optional = true }
libpulse-simple-binding = { version = "2.25", optional = true }

[features]
default = ["tui", "file", "cpal", "pulseaudio"]
default = ["tui", "file", "cpal"]
file = []
tui = ["dep:ratatui", "dep:crossterm"]
cpal = ["dep:cpal"]
Expand Down

0 comments on commit 7692cf2

Please sign in to comment.