gba 0.15.0

A crate for 'raw' style GBA development. If you want a 'managed' experience, try the `agb` crate instead.
Documentation
1
2
3
4
5
6
7
//! This module provides some basic art assets.
//!
//! It's mostly intended for the crate's examples, but you can use it yourself
//! too if you find it pleasing.

mod cga_8x8_thick;
pub use cga_8x8_thick::*;