agb/book/games/pong/.cargo/config.toml

15 lines
343 B
TOML
Raw Normal View History

2022-01-02 09:37:39 +11:00
[unstable]
build-std = ["core", "alloc"]
build-std-features = ["compiler-builtins-mem"]
[build]
target = "thumbv4t-none-eabi"
[target.thumbv4t-none-eabi]
rustflags = ["-Clink-arg=-Tgba.ld", "-Ctarget-cpu=arm7tdmi"]
runner = "mgba-qt"
[target.armv4t-none-eabi]
rustflags = ["-Clink-arg=-Tgba.ld", "-Ctarget-cpu=arm7tdmi"]
2022-01-02 09:37:39 +11:00
runner = "mgba-qt"