diff --git a/tests/Cargo.toml b/tests/Cargo.toml index af53c2987..15678d54f 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -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" }