mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
37c30586c3
these projects are not tested or run on the gba or are dependencies and therefore follow the binaries settings
14 lines
314 B
TOML
14 lines
314 B
TOML
[package]
|
|
name = "mgba-test-runner"
|
|
version = "0.1.0"
|
|
authors = ["Corwin Kuiper <corwin@kuiper.dev>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
regex = "1"
|
|
anyhow = "1"
|
|
image = { version = "0.24", default-features = false, features = [ "png", "bmp" ] }
|
|
|
|
[build-dependencies]
|
|
cc = { version = "1", features = ["parallel"] }
|