Go to file
Lokathor 9bfd6f1854 attemp1 to make TravisCI help us out
If this works properly it should automatically rebuild and deploy the `docs/` directory upon each commit to master (because we'll probably forget some of the time).
2018-11-13 11:08:20 -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
.travis.yml attemp1 to make TravisCI help us out 2018-11-13 11:08: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.