diff --git a/examples/audio/audio.rs b/examples/audio/audio.rs index 96ebdbb19e121..5309587275873 100644 --- a/examples/audio/audio.rs +++ b/examples/audio/audio.rs @@ -1,4 +1,5 @@ //! This example illustrates how to load and play an audio file. +//! For loading additional audio formats, you can enable the corresponding feature for that audio format. use bevy::prelude::*;