agb/emulator/test-runner/Cargo.toml

13 lines
404 B
TOML
Raw Normal View History

[package]
name = "mgba-test-runner"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
mgba = { path = "../mgba" }
clap = { version = "4.3", features = ["derive"] }
anyhow = "1.0"
image = { version = "0.24", default-features = false, features = [ "png", "bmp" ] }
2023-08-05 21:18:59 +10:00
agb-gbafix = { path = "../../agb-gbafix" }