gba

Crates.iogba
lib.rsgba
version0.11.6
sourcesrc
created_at2018-11-11 07:50:28.506596
updated_at2024-05-12 17:07:35.377302
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
size638,171
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 and you'll also need to activate the compiler-builtins-weak-intrinsics feature.

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

[unstable]
build-std = ["core"]
build-std-features = ["compiler-builtins-weak-intrinsics"]
Commit count: 831

cargo fmt