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
2024-12-24 03:11:29 +11:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c375b5ac7a
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-21 05:49:40 +11:00
[
target
.
thumbv4t-none-eabi
]
rustflags
=
[
"-Clink-arg=-Tlinker.ld"
]
runner
=
"mgba"
Reference in a new issue
Copy permalink