Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 270 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 270 Bytes

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