mirror of
https://github.com/RustAudio/rodio
synced 2025-01-06 00:38:44 +00:00
Merge pull request #213 from germangb/minimp3_bump
Bump minimp3 version
This commit is contained in:
commit
cf2bcb0c6b
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ hound = { version = "3.3.1", optional = true }
|
||||||
lazy_static = "1.0.0"
|
lazy_static = "1.0.0"
|
||||||
lewton = { version = "0.9", optional = true }
|
lewton = { version = "0.9", optional = true }
|
||||||
cgmath = "0.14"
|
cgmath = "0.14"
|
||||||
minimp3 = { version = "0.3.0", optional = true }
|
minimp3 = { version = "0.3.2", optional = true }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["flac", "vorbis", "wav", "mp3"]
|
default = ["flac", "vorbis", "wav", "mp3"]
|
||||||
|
|
Loading…
Reference in a new issue