agb/.cargo/config.toml
2021-04-10 20:04:21 +01:00

10 lines
257 B
TOML

[unstable]
build-std = ["core", "compiler_builtins", "alloc"]
build-std-features = ["compiler-builtins-mem"]
[build]
target = "thumbv4t-none-eabi"
[target.thumbv4t-none-eabi]
runner = "mgba-qt -l 31 -d -C logToStdout=1"
rustflags = ["-Clink-arg=-Tgba.ld"]