gba

Crates.iogba
lib.rsgba
version0.15.0
created_at2018-11-11 07:50:28.506596+00
updated_at2025-11-16 02:26:27.077697+00
descriptionA crate for 'raw' style GBA development. If you want a 'managed' experience, try the `agb` crate instead.
homepage
repositoryhttps://github.com/rust-console/gba
max_upload_size
id96037
size648,119
maintainers (github:rust-bus:maintainers)

documentation

README

gba

Docs.rs Documentation

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:

[unstable]
build-std = ["core"]
Commit count: 864

cargo fmt