mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-26 09:41:34 +11:00
11 lines
202 B
TOML
11 lines
202 B
TOML
|
[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"
|