tests: Require the "mp3" feature of core as well, just to be sure.

This commit is contained in:
TÖRÖK Attila 2023-02-15 22:53:44 +01:00 committed by Nathan Adams
parent 77cfb5ab4c
commit c9864bbeb4
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ version.workspace = true
[dependencies]
futures = "0.3.25"
ruffle_core = { path = "../core", features = ["deterministic", "timeline_debug", "avm_debug", "audio"] }
ruffle_core = { path = "../core", features = ["deterministic", "timeline_debug", "avm_debug", "audio", "mp3"] }
ruffle_render_wgpu = { path = "../render/wgpu" }
ruffle_render = { path = "../render" }
ruffle_input_format = { path = "input-format" }