Cargo Features

bevy_oddio has no features set by default.

[dependencies]
bevy_oddio = { version = "0.5.0", features = ["wav", "mp3", "ogg", "flac"] }
wav = hound

Affects loader::wav_loader

mp3 = minimp3

Affects loader::mp3_loader

ogg = lewton

Affects loader::ogg_loader

flac = claxon

Affects loader::flac_loader

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

hound wav?
lewton ogg?
claxon flac?
minimp3 mp3?