Gba Save

A crate that helps you make GBA games

Project 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"]
Open Source Agenda is not affiliated with "Gba" Project. README Source: rust-console/gba
Stars
615
Open Issues
8
Last Commit
1 month ago
Repository
License

Open Source Agenda Badge

Open Source Agenda Rating