Go to file
2018-11-18 15:50:19 +00:00
book wording 2018-11-13 13:02:56 -07:00
docs Deploy rust-console/gba to github.com/rust-console/gba.git:master 2018-11-13 20:04:15 +00:00
examples Revert "Deploy rust-console/gba to github.com/rust-console/gba.git:master" 2018-11-13 12:47:52 -07:00
src Revert "Deploy rust-console/gba to github.com/rust-console/gba.git:master" 2018-11-13 12:47:52 -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 WHOOPS 2018-11-13 12:48:18 -07:00
build.bat Revert "Deploy rust-console/gba to github.com/rust-console/gba.git:master" 2018-11-13 12:47:52 -07:00
Cargo.toml all set for a 0.2 2018-11-13 13:19:44 -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
init.sh [fix] Makefile echo of tabs 2018-11-18 15:50:19 +00: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 Revert "Deploy rust-console/gba to github.com/rust-console/gba.git:master" 2018-11-13 12:47:52 -07:00
README.md [upd] README with the right pipe to shell 2018-11-18 15:41:06 +00:00
rustfmt.toml Revert "Deploy rust-console/gba to github.com/rust-console/gba.git:master" 2018-11-13 12:47:52 -07:00
tags [new] Initializtion file 2018-11-18 15:25:32 +00: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

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.

For a fast initialization start

curl https://raw.githubusercontent.com/rust-console/gba/master/init.sh -sSf | bash -s APP_NAME

Contribution

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