agb/examples/hyperspace-roll/.cargo/config.toml
2022-07-25 20:25:56 +01:00

12 lines
234 B
TOML

[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"