mirror of
https://github.com/RustAudio/rodio
synced 2024-12-05 01:39:15 +00:00
Moved assert_float_eq to dev-dependencies
This commit is contained in:
parent
98c008d7ea
commit
0e3aaa9cea
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,6 @@ minimp3_fixed = { version = "0.5.4", optional = true}
|
|||
symphonia = { version = "0.5.4", optional = true, default-features = false }
|
||||
crossbeam-channel = { version = "0.5.8", optional = true }
|
||||
thiserror = "1.0.49"
|
||||
assert_float_eq = "1.1.3"
|
||||
|
||||
[features]
|
||||
default = ["flac", "vorbis", "wav", "mp3"]
|
||||
|
@ -44,6 +43,7 @@ symphonia-aiff = ["symphonia/aiff", "symphonia/pcm"]
|
|||
quickcheck = "0.9.2"
|
||||
rstest = "0.18.2"
|
||||
rstest_reuse = "0.6.0"
|
||||
assert_float_eq = "1.1.3"
|
||||
|
||||
[[example]]
|
||||
name = "music_m4a"
|
||||
|
|
Loading…
Reference in a new issue