Skip to content

Commit

Permalink
Disable fundsp files feature
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacMarovitz committed Apr 30, 2024
1 parent c32c1a6 commit 08c71dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 212 deletions.
211 changes: 0 additions & 211 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
winit = { version = "0.29", features = ["serde"] }
assert_no_alloc = "1.1"
cpal = "0.15"
fundsp = "0.17"
fundsp = { version = "0.17", default-features = false }
clap = { version = "4.5", features = ["derive"] }
bitflags = "2.5"
log = "0.4"
Expand Down

0 comments on commit 08c71dd

Please sign in to comment.