Skip to content
/ gba Public
forked from rust-console/gba

A crate that helps you make GBA games

License

Apache-2.0 and 2 other licenses found

Licenses found

Apache-2.0
LICENSE-APACHE.md
MIT
LICENSE-MIT.md
Zlib
LICENSE-ZLIB.md
Notifications You must be signed in to change notification settings

lifning/gba

 
 

Repository files navigation

gba

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

About

A crate that helps you make GBA games

Resources

License

Apache-2.0 and 2 other licenses found

Licenses found

Apache-2.0
LICENSE-APACHE.md
MIT
LICENSE-MIT.md
Zlib
LICENSE-ZLIB.md

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 97.2%
  • Assembly 1.8%
  • Other 1.0%