mirror of
https://github.com/RustAudio/rodio
synced 2024-12-13 13:42:34 +00:00
Use cpal 0.12
This commit is contained in:
parent
25e6822c59
commit
286d63d6b3
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
|
|
|
@ -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 }
|
||||||
|
|
Loading…
Reference in a new issue