gba 0.5.2

A crate for making GBA games with Rust.
[dependencies.embedded-hal]
optional = true
version = "0.2.4"

[dependencies.nb]
optional = true
version = "1"

[dependencies.voladdress]
version = "0.4"

[features]
default = []
serial = ["embedded-hal", "nb"]

[package]
authors = ["Lokathor <zefria@gmail.com>", "Thomas Winwood <twwinwood@gmail.com>"]
description = "A crate for making GBA games with Rust."
edition = "2018"
keywords = ["gba"]
license = "Zlib OR Apache-2.0 OR MIT"
name = "gba"
readme = "README.md"
repository = "https://github.com/rust-console/gba"
version = "0.5.2"
[package.metadata.docs.rs]
cargoflags = ["-Zbuild-std=core"]
default-target = "thumbv4t-none-eabi"
rustdoc-args = ["--cfg", "docs_rs"]
[profile.dev]
panic = "abort"

[profile.release]
panic = "abort"