diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2020-12-26 21:30:19 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2020-12-26 21:51:32 +0100 |
| commit | 321c9e0136e07748ec16125bb1c441d05a7294de (patch) | |
| tree | bf7853057275b7910f547d709006304e9a0830bf /mumd/Cargo.toml | |
| parent | c550395e3ead2893cc1f72cef49c28b4fe2b8337 (diff) | |
| download | mum-321c9e0136e07748ec16125bb1c441d05a7294de.tar.gz | |
mumd: bump cpal to 0.13
Diffstat (limited to 'mumd/Cargo.toml')
| -rw-r--r-- | mumd/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mumd/Cargo.toml b/mumd/Cargo.toml index 777a6ce..7f014bd 100644 --- a/mumd/Cargo.toml +++ b/mumd/Cargo.toml @@ -20,7 +20,7 @@ mumlib = { version = "0.3", path = "../mumlib" } argparse = "0.2" bytes = "0.5" -cpal = { git = "https://github.com/RustAudio/cpal" } +cpal = "0.13" dasp_interpolate = { version = "0.11", features = ["linear"] } dasp_signal = "0.11" futures = "0.3" |
