Skip to content

Commit

Permalink
Merge branch 'wasm_audio' of https://github.com/Ixentus/bevy into was…
Browse files Browse the repository at this point in the history
…m_audio
  • Loading branch information
Ixentus committed Jul 10, 2021
2 parents 9aca594 + 61c00e7 commit edfa63f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ mp3 = ["bevy_internal/mp3"]
vorbis = ["bevy_internal/vorbis"]
wav = ["bevy_internal/wav"]

# WASM support for audio
# WASM support for audio (Currently only works with flac, wav and vorbis. Not with mp3)
wasm_audio = ["bevy_internal/wasm_audio"]

serialize = ["bevy_internal/serialize"]
Expand Down

0 comments on commit edfa63f

Please sign in to comment.