agb/.cargo/config.toml
2021-04-13 01:25:04 +01:00

11 lines
220 B
TOML

[unstable]
build-std = ["core"]
build-std-features = ["compiler-builtins-mem"]
[build]
target = "thumbv4t-none-eabi"
[target.thumbv4t-none-eabi]
rustflags = ["-Clink-arg=-Tgba.ld"]
runner = "xvfb-run mgba-test-runner"