ruffle/tests/framework/Cargo.toml

35 lines
969 B
TOML

[package]
name = "ruffle_test_framework"
authors.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true
version.workspace = true
[lints]
workspace = true
[dependencies]
futures = "0.3.30"
ruffle_core = { path = "../../core", features = ["deterministic", "timeline_debug", "avm_debug", "audio", "mp3", "default_font"] }
ruffle_render = { path = "../../render" }
ruffle_input_format = { path = "../input-format" }
ruffle_socket_format = { path = "../socket-format" }
ruffle_video_software = { path = "../../video/software", optional = true }
image = { version = "0.24.9", default-features = false, features = ["png"] }
regex = "1.10.3"
url = "2.5.0"
chrono = "0.4.34"
approx = "0.5.1"
pretty_assertions = "1.4.0"
serde = "1.0.197"
toml = "0.8.10"
anyhow = "1.0.80"
async-channel = "2.2.0"
vfs = "0.11.0"
percent-encoding = "2.3.1"
[features]
jpegxr = ["ruffle_core/jpegxr"]
lzma = ["ruffle_core/lzma"]