finally a perfect ToSample trait!

This commit is contained in:
Breval Ferrari 2024-07-07 08:19:23 +02:00
parent 41bbd3d371
commit 0194f60ca3
No known key found for this signature in database
GPG key ID: CEAB625B75A836B2
6 changed files with 38 additions and 127 deletions

View file

@ -11,7 +11,8 @@ keywords.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.86"
bmp = "0.5.0"
dasp_sample = "0.11.0"
fundsp = { version = "0.18.1", default-features = false, features = ["std"] }
image = { workspace = true }
fundsp = { workspace = true }
anyhow = { workspace = true }
dasp_sample = { workspace = true }
bingus = { workspace = true }