diff --git a/tests/Cargo.toml b/tests/Cargo.toml index b1cf5bd9e..101ee86e0 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] futures = "0.3.24" -ruffle_core = { path = "../core", features = ["deterministic", "timeline_debug"] } +ruffle_core = { path = "../core", features = ["deterministic", "timeline_debug", "avm_debug"] } ruffle_render_wgpu = { path = "../render/wgpu", optional = true } ruffle_input_format = { path = "input-format" } image = "0.24.2"