mirror of
https://github.com/kittywitch/katgba.git
synced 2025-12-22 00:09:17 -08:00
feat: make build :o
This commit is contained in:
commit
3c055d49e9
13 changed files with 521 additions and 0 deletions
5
rust-toolchain.toml
Normal file
5
rust-toolchain.toml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[toolchain]
|
||||
channel = "nightly"
|
||||
targets = ["thumbv4t-none-eabi"]
|
||||
profile = "minimal"
|
||||
components = ["rust-src", "clippy", "rustfmt"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue