Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
crop2000 committed Jan 17, 2025
1 parent a1d80ba commit 56e64c9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions faust-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ readme = "../README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
default = ["jack"]
jack = ["dep:jack", "dep:libm"]
default = ["libm"]
libm = ["dep:libm"]

[dependencies]
jack = { version = "0.7.0", optional = true }
libm = { version = "0.2.1", optional = true }

0 comments on commit 56e64c9

Please sign in to comment.