gba 0.15.0

A crate for 'raw' style GBA development. If you want a 'managed' experience, try the `agb` crate instead.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# `gba`

# [Docs.rs Documentation]https://docs.rs/gba

This crate is intended for working with the GBA.

To build for the GBA you'll need to use `build-std`.

The following should be somewhere in your `.cargo/config.toml`:

```toml
[unstable]
build-std = ["core"]
```