From c9864bbeb453bc1baa193151124bd7643fff3134 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=96R=C3=96K=20Attila?= Date: Wed, 15 Feb 2023 22:53:44 +0100 Subject: [PATCH] tests: Require the "mp3" feature of core as well, just to be sure. --- tests/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }