mirror of
https://github.com/RustAudio/rodio
synced 2024-11-10 06:04:16 +00:00
Fix build with minimp3 (#519)
This commit is contained in:
parent
6a255fe70a
commit
8eaa226cef
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ use std::time::Duration;
|
|||
|
||||
use crate::Source;
|
||||
|
||||
use minimp3::{Decoder, Frame};
|
||||
use minimp3_fixed::{Decoder, Frame};
|
||||
|
||||
pub struct Mp3Decoder<R>
|
||||
where
|
||||
|
|
Loading…
Reference in a new issue