agb/examples/hyperspace-roll/.cargo/config.toml

12 lines
234 B
TOML
Raw Normal View History

2022-07-25 06:33:51 +10:00
[unstable]
build-std = ["core", "alloc"]
build-std-features = ["compiler-builtins-mem"]
sparse-registry = true
[build]
target = "thumbv4t-none-eabi"
[target.thumbv4t-none-eabi]
rustflags = ["-Clink-arg=-Tgba.ld"]
runner = "mgba-qt"