Merge pull request #1135 from shatteringlass/patch-1

Update rodio to 0.17.1 and cpal to 0.15.1 #1191
This commit is contained in:
Roderick van Domburg 2023-03-22 12:53:47 +01:00 committed by GitHub
commit 1186a95497
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,8 +43,8 @@ gstreamer-audio = { version = "0.18", optional = true }
glib = { version = "0.15", optional = true }
# Rodio dependencies
rodio = { version = "0.15", optional = true, default-features = false }
cpal = { version = "0.13", optional = true }
rodio = { version = "0.17.1", optional = true, default-features = false }
cpal = { version = "0.15.1", optional = true }
# Container and audio decoder
symphonia = { version = "0.5", default-features = false, features = ["mp3", "ogg", "vorbis"] }