[package] name = "tests" version = "0.1.0" authors = ["Aaron Hill "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ruffle_core = { path = "../core" } ruffle_render_wgpu = { path = "../render/wgpu" } image = "0.23.14" [features] # Enable running image comparison tests. This is off by default, # since the images we compare against are generated on CI, and may # not match your local machine's Vulkan version / image output. imgtests = [] [dev-dependencies] approx = "0.5.0" pretty_assertions = "0.7.2" env_logger = "0.9.0"