| Crates.io | gba |
| lib.rs | gba |
| version | 0.15.0 |
| created_at | 2018-11-11 07:50:28.506596+00 |
| updated_at | 2025-11-16 02:26:27.077697+00 |
| description | A crate for 'raw' style GBA development. If you want a 'managed' experience, try the `agb` crate instead. |
| homepage | |
| repository | https://github.com/rust-console/gba |
| max_upload_size | |
| id | 96037 |
| size | 648,119 |
gbaThis 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:
[unstable]
build-std = ["core"]