agb/examples/the-hat-chooses-the-wizard/.cargo/config.toml

11 lines
211 B
TOML
Raw Normal View History

2022-01-01 23:09:21 +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"]
runner = "mgba-qt"