gba/Cargo.toml
2022-09-27 11:00:53 -06:00

18 lines
425 B
TOML

[package]
name = "gba"
description = "A crate for 'raw' style GBA development. If you want a 'managed' experience, try the `agb` crate instead."
repository = "https://github.com/rust-console/gba"
version = "0.7.1"
edition = "2021"
license = "Zlib OR Apache-2.0 OR MIT"
[dependencies]
bitfrob = "0.2.3"
voladdress = "1.0.2"
[profile.dev]
opt-level = 3
[package.metadata.docs.rs]
targets = ["armv5te-unknown-linux-gnueabi"]