Go to file
2018-11-14 19:55:03 -07:00
book book chapter directory rename (we'll get 10+ chapters) 2018-11-14 19:53:21 -07:00
docs book chapter directory rename (we'll get 10+ chapters) 2018-11-14 19:53:21 -07:00
examples more correct example 2018-11-14 19:54:32 -07:00
src more proc-macro! 2018-11-14 19:53:53 -07:00
.gitignore Revert "Deploy rust-console/gba to github.com/rust-console/gba.git:master" 2018-11-13 12:47:52 -07:00
.travis.yml testing of the lib should work now 2018-11-14 19:54:48 -07:00
build.bat crt0.o should live in the target directory now 2018-11-14 19:55:03 -07:00
Cargo.toml more proc-macro! 2018-11-14 19:53:53 -07:00
crt0.s Revert "Deploy rust-console/gba to github.com/rust-console/gba.git:master" 2018-11-13 12:47:52 -07:00
LICENSE-APACHE2.txt Revert "Deploy rust-console/gba to github.com/rust-console/gba.git:master" 2018-11-13 12:47:52 -07:00
linker.ld crt0.o should live in the target directory now 2018-11-14 19:55:03 -07:00
README.md More badges 2018-11-14 19:48:45 -07:00
rustfmt.toml Revert "Deploy rust-console/gba to github.com/rust-console/gba.git:master" 2018-11-13 12:47:52 -07:00
thumbv4-none-agb.json Revert "Deploy rust-console/gba to github.com/rust-console/gba.git:master" 2018-11-13 12:47:52 -07:00

License:Apache2 travis.ci crates.io docs.rs

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.