This website requires JavaScript.
Explore
Help
Sign in
alex
/
gba
Watch
1
Star
0
Fork
You've already forked gba
0
mirror of
https://github.com/italicsjenga/gba.git
synced
2025-01-26 09:26:34 +11:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
5114f89448
gba
/
.cargo
/
config.toml
4 lines
83 B
TOML
Raw
Normal View
History
Unescape
Escape
Simplify build process (#106) * Simplify build process - Remove dependencies on DevkitPro - Use linker similarly to min-gba - Update cargo.toml so that dev builds will build - Update cargo config so that std builds can run without the linker for testing purposes - Update CI flow to remove xbuild dependency * Add windows toolchain install * Add windows section to toolchain install instructions
2021-02-20 14:49:40 -04:00
[
target
.
thumbv4t-none-eabi
]
rustflags
=
[
"-Clink-arg=-Tlinker.ld"
]
runner
=
"mgba"
Reference in a new issue
Copy permalink