tests: Fix build when running from inside the `tests` folder.

This commit is contained in:
TÖRÖK Attila 2023-02-15 22:50:25 +01:00 committed by Nathan Adams
parent cc7d160d07
commit 0e1bddff65
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"] }
ruffle_core = { path = "../core", features = ["deterministic", "timeline_debug", "avm_debug", "audio"] }
ruffle_render_wgpu = { path = "../render/wgpu" }
ruffle_render = { path = "../render" }
ruffle_input_format = { path = "input-format" }