mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 08:41:34 +11:00
10 lines
257 B
TOML
10 lines
257 B
TOML
[unstable]
|
|
build-std = ["core", "compiler_builtins", "alloc"]
|
|
build-std-features = ["compiler-builtins-mem"]
|
|
|
|
[build]
|
|
target = "thumbv4t-none-eabi"
|
|
|
|
[target.thumbv4t-none-eabi]
|
|
runner = "mgba-qt -l 31 -d -C logToStdout=1"
|
|
rustflags = ["-Clink-arg=-Tgba.ld"] |