ruffle/tests/Cargo.toml

23 lines
582 B
TOML

[package]
name = "tests"
version = "0.1.0"
authors = ["Aaron Hill <aa1ronham@gmail.com>"]
edition = "2021"
[dependencies]
futures = "0.3.21"
ruffle_core = { path = "../core", features = ["deterministic"] }
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 = "1.2.0"
env_logger = "0.9.0"