agb/.cargo/config.toml

11 lines
211 B
TOML
Raw Normal View History

2021-04-03 18:24:00 +01:00
[unstable]
2021-04-10 22:22:56 +01:00
build-std = ["core"]
2021-04-03 18:24:00 +01:00
build-std-features = ["compiler-builtins-mem"]
[build]
target = "thumbv4t-none-eabi"
2021-04-10 19:37:40 +01:00
[target.thumbv4t-none-eabi]
2021-04-10 22:22:56 +01:00
rustflags = ["-Clink-arg=-Tgba.ld"]
2021-04-13 22:37:58 +01:00
runner = "mgba-test-runner"