Use cpal 0.12

This commit is contained in:
Alex Butler 2020-07-10 20:08:12 +01:00
parent 25e6822c59
commit 286d63d6b3
No known key found for this signature in database
GPG key ID: E1355A2F8E415521
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
# Unreleased # Unreleased
- Breaking: Update `cpal` to [...](https://github.com/RustAudio/cpal/blob/master/CHANGELOG.md#unreleased). - Breaking: Update `cpal` to [0.12](https://github.com/RustAudio/cpal/blob/master/CHANGELOG.md#version-0120-2020-07-09).
- Breaking: Rework API removing global "rodio audio processing" thread & adapting to the upstream cpal API changes. - Breaking: Rework API removing global "rodio audio processing" thread & adapting to the upstream cpal API changes.
# Version 0.11.0 (2020-03-16) # Version 0.11.0 (2020-03-16)

View file

@ -10,8 +10,8 @@ documentation = "http://docs.rs/rodio"
edition = "2018" edition = "2018"
[dependencies] [dependencies]
cpal = "0.12"
claxon = { version = "0.4.2", optional = true } claxon = { version = "0.4.2", optional = true }
cpal = { git = "https://github.com/RustAudio/cpal" }
hound = { version = "3.3.1", optional = true } hound = { version = "3.3.1", optional = true }
lewton = { version = "0.10", optional = true } lewton = { version = "0.10", optional = true }
minimp3 = { version = "0.3.2", optional = true } minimp3 = { version = "0.3.2", optional = true }