gba/.cargo/config.toml
2022-10-04 23:51:31 -06:00

10 lines
176 B
TOML

[build]
target = "thumbv4t-none-eabi"
[unstable]
build-std = ["core"]
[target.thumbv4t-none-eabi]
runner = "mgba-qt"
rustflags = ["-Clink-arg=-Tlinker_scripts/mono_boot.ld"]