Go to file
Lokathor c8fd177ec5
Merge pull request #6 from rust-console/lokathor
version 0.2 canidate: keyinput now supported
2018-11-13 10:58:05 -07:00
book Improve ch0 based on user feedback 2018-11-13 10:56:57 -07:00
docs Improve ch0 based on user feedback 2018-11-13 10:56:57 -07:00
examples example 2 complete 2018-11-12 16:29:17 -07:00
src key input stuff added to the lib 2018-11-12 16:37:38 -07:00
.gitignore update the gitignore 2018-11-07 21:19:20 -07:00
build.bat hello world chapter is complete 2018-11-10 23:39:26 -07:00
Cargo.toml Added the necessary fields to allow publishing 2018-11-11 00:49:48 -07:00
crt0.s crate start 2018-11-07 21:21:17 -07:00
LICENSE-APACHE2.txt rename 2018-11-07 21:20:53 -07:00
linker.ld almost chapter 1 2018-11-10 02:03:37 -07:00
README.md readme update to direct folks to the book. 2018-11-12 16:40:13 -07:00
rustfmt.toml keyinput section 2018-11-12 14:57:28 -07:00
thumbv4-none-agb.json hello world chapter is complete 2018-11-10 23:39:26 -07:00

License:Apache2

gba

A crate that helps you make GBA games

First Time Setup

This crate requires a fair amount of special setup. All of the steps are detailed for you in the 0th chapter of the book that goes with this crate.

Contribution

This crate is Apache2 licensed and any contributions you submit must also be Apache2 licensed.