plays crackly samples

This commit is contained in:
🪞👃🪞 2024-06-29 22:52:07 +03:00
parent de2e2a2124
commit 1672cbfc68
5 changed files with 90 additions and 26 deletions

39
Cargo.lock generated
View file

@ -127,6 +127,12 @@ version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
[[package]]
name = "bytemuck"
version = "1.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b236fc92302c97ed75b38da1f4917b5cdda4984745740f153a5d3059e48d725e"
[[package]]
name = "cassowary"
version = "0.3.0"
@ -889,6 +895,27 @@ dependencies = [
"ratatui",
"toml",
"vst",
"wavers",
]
[[package]]
name = "thiserror"
version = "1.0.61"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.61"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.60",
]
[[package]]
@ -996,6 +1023,18 @@ version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "wavers"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab501e9e5b13446d3a6e846de0c190c96b85ca3eced3bd00460edc67654500c8"
dependencies = [
"bytemuck",
"num-traits",
"paste",
"thiserror",
]
[[package]]
name = "winapi"
version = "0.3.9"