agb/.cargo/config.toml

10 lines
257 B
TOML
Raw Normal View History

2021-04-04 03:24:00 +10:00
[unstable]
build-std = ["core", "compiler_builtins", "alloc"]
build-std-features = ["compiler-builtins-mem"]
[build]
target = "thumbv4t-none-eabi"
2021-04-11 04:37:40 +10:00
[target.thumbv4t-none-eabi]
runner = "mgba-qt -l 31 -d -C logToStdout=1"
rustflags = ["-Clink-arg=-Tgba.ld"]