Skip to content

Commit

Permalink
Use audioadapter crate from github
Browse files Browse the repository at this point in the history
  • Loading branch information
HEnquist committed Oct 14, 2024
1 parent f560ebf commit b747459
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ realfft = { version = "3.3.0", optional = true }
num-complex = { version = "0.4", optional = true }
num-integer = "0.1.45"
num-traits = "0.2"
audioadapter = {path = "../audioadapter-rs"}
#audioadapter = {path = "../audioadapter-rs"}
audioadapter = {git = "https://github.com/HEnquist/audioadapter-rs.git"}

[dev-dependencies]
env_logger = "0.10.0"
Expand Down

0 comments on commit b747459

Please sign in to comment.