Anders429 / gba

A crate that helps you make GBA games

Home Page:https://docs.rs/gba

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gba

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"]

About

A crate that helps you make GBA games

https://docs.rs/gba

License:Apache License 2.0


Languages

Language:Rust 99.2%Language:Batchfile 0.5%Language:Shell 0.3%