mirror of
https://github.com/italicsjenga/gba.git
synced 2024-12-24 03:11:29 +11:00
15 lines
353 B
TOML
15 lines
353 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.0"
|
|
edition = "2021"
|
|
license = "Zlib OR Apache-2.0 OR MIT"
|
|
|
|
[dependencies]
|
|
bitfrob = "0.2.3"
|
|
voladdress = "1.0.2"
|
|
|
|
[profile.dev]
|
|
opt-level = 3
|