mirror of
https://github.com/RustAudio/rodio
synced 2024-11-10 06:04:16 +00:00
Update cpal to 0.11.0
This commit is contained in:
parent
29344401ee
commit
1b3b716e9f
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
# Unreleased
|
||||
- Update `lewton` to 0.10.
|
||||
- Update `cpal` to 0.11.
|
||||
|
||||
# Version 0.10.0 (2019-11-16)
|
||||
- Removal of nalgebra in favour of own code.
|
||||
|
|
|
@ -10,7 +10,7 @@ documentation = "http://docs.rs/rodio"
|
|||
|
||||
[dependencies]
|
||||
claxon = { version = "0.4.2", optional = true }
|
||||
cpal = "0.10"
|
||||
cpal = "0.11"
|
||||
hound = { version = "3.3.1", optional = true }
|
||||
lazy_static = "1.0.0"
|
||||
lewton = { version = "0.10", optional = true }
|
||||
|
|
Loading…
Reference in a new issue