mirror of
https://github.com/kittywitch/katgba.git
synced 2025-12-22 08:19:15 -08:00
feat: make build :o
This commit is contained in:
commit
3c055d49e9
13 changed files with 521 additions and 0 deletions
8
.cargo/config.toml
Normal file
8
.cargo/config.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[build]
|
||||
target = "thumbv4t-none-eabi"
|
||||
|
||||
[unstable]
|
||||
build-std = ["core"]
|
||||
|
||||
[target.thumbv4t-none-eabi]
|
||||
runner = "mgba-qt" # sets the emulator to run bins/examples with
|
||||
Loading…
Add table
Add a link
Reference in a new issue