mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'rodio014' into 'master'
bump rodio to 0.14 See merge request veloren/veloren!2443
This commit is contained in:
commit
343b35b9cd
@ -12,10 +12,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
### Changed
|
||||
- Entity-entity pushback is no longer applied in forced movement states like rolling and leaping.
|
||||
- Updated audio library (rodio 0.13 -> 0.14).
|
||||
|
||||
### Removed
|
||||
|
||||
### Fixed
|
||||
- Cases where no audio output could be produced before.
|
||||
|
||||
## [0.10.0] - 2021-06-12
|
||||
|
||||
|
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -4377,9 +4377,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "rodio"
|
||||
version = "0.13.1"
|
||||
version = "0.14.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b65c2eda643191f6d1bb12ea323a9db8d9ba95374e9be3780b5a9fb5cfb8520f"
|
||||
checksum = "4d98f5e557b61525057e2bc142c8cd7f0e70d75dc32852309bec440e6e046bf9"
|
||||
dependencies = [
|
||||
"cpal",
|
||||
"lewton",
|
||||
|
@ -95,7 +95,7 @@ num = "0.4"
|
||||
ordered-float = { version = "2.0.1", default-features = false }
|
||||
rand = "0.8"
|
||||
rayon = "1.5"
|
||||
rodio = {version = "0.13", default-features = false, features = ["vorbis"]}
|
||||
rodio = {version = "0.14", default-features = false, features = ["vorbis"]}
|
||||
ron = {version = "0.6", default-features = false}
|
||||
serde = {version = "1.0", features = [ "rc", "derive" ]}
|
||||
strum = "0.20"
|
||||
|
Loading…
Reference in New Issue
Block a user