1
0
Fork 0
mirror of https://github.com/italicsjenga/agb.git synced 2025-02-23 22:58:18 +11:00
agb/template/.cargo/config.toml

11 lines
202 B
TOML
Raw Normal View History

2021-05-23 06:24:00 +01:00
[unstable]
build-std = ["core"]
build-std-features = ["compiler-builtins-mem"]
[build]
target = "thumbv4t-none-eabi"
[target.thumbv4t-none-eabi]
rustflags = ["-Clink-arg=-Tgba.ld"]
runner = "mgba-qt"