Skip to content

Commit 51b8311

Browse files
committed
Temporarily makes lewton the default ogg backend
1 parent 94e8d5c commit 51b8311

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

crates/bevy_audio/Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,14 @@ bevy_reflect = { path = "../bevy_reflect", version = "0.18.0-dev", default-featu
4141
fallback-mp3 = ["rodio/minimp3"]
4242
fallback-flac = ["rodio/claxon"]
4343
fallback-wav = ["rodio/hound"]
44-
fallback-vorbis = ["rodio/lewton"]
44+
# TODO: Swap fallback-vorbis and vorbis features
45+
# once https://github.com/RustAudio/rodio/issues/775 is resolved
46+
fallback-vorbis = ["rodio/vorbis"]
4547
mp3 = ["rodio/mp3"]
4648
mp4 = ["rodio/mp4"]
4749
flac = ["rodio/flac"]
4850
wav = ["rodio/wav"]
49-
vorbis = ["rodio/vorbis"]
51+
vorbis = ["rodio/lewton"]
5052
aac = ["rodio/symphonia-aac"]
5153
audio-all = [
5254
"rodio/flac",

0 commit comments

Comments
 (0)