Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
SolarLiner committed May 21, 2024
1 parent 8f3087c commit fd0f1ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sources/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ use std::marker::PhantomData;
use bevy::prelude::*;
use kira::manager::AudioManager;

use crate::{AudioPlaybackSet, AudioSourceSetup, AudioWorld, InternalAudioMarker};
use crate::backend::AudioBackend;
use crate::spatial::SpatialEmitterHandle;
use crate::{AudioPlaybackSet, AudioSourceSetup, AudioWorld, InternalAudioMarker};

pub mod audio_file;

#[doc(hidden)]
pub mod prelude {
pub use super::audio_file::prelude::*;
pub use super::{
AudioBundle, AudioHandle, AudioSource, AudioSourcePlugin, NoAudioSettings,
OutputDestination,
};
pub use super::audio_file::prelude::*;
}

/// Trait for implementing an audio source to play in the audio engine.
Expand Down

0 comments on commit fd0f1ab

Please sign in to comment.