agb/emulator/screenshot-generator/Cargo.toml

13 lines
404 B
TOML
Raw Permalink Normal View History

2024-05-22 11:21:19 +10:00
[package]
name = "screenshot-generator"
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", features = ["derive"] }
anyhow = "1"
image = { version = "0.24", default-features = false, features = [ "png", "bmp" ] }
agb-gbafix = { path = "../../agb-gbafix" }