tests: Enable avm_debug for regression tests

This commit is contained in:
EmperorBale 2022-08-28 12:02:41 -07:00 committed by Mike Welsh
parent 7da912bbb4
commit 5791423d43
1 changed files with 1 additions and 1 deletions

View File

@ -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"