agb/template/.cargo/config.toml
2021-05-23 06:24:00 +01:00

11 lines
202 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 = "mgba-qt"