2018-11-14 06:47:52 +11:00
|
|
|
[package]
|
|
|
|
name = "gba"
|
|
|
|
description = "A crate (and book) for making GBA games with Rust."
|
2018-11-15 13:53:53 +11:00
|
|
|
version = "0.3.0"
|
2018-11-14 06:47:52 +11:00
|
|
|
authors = ["Lokathor <zefria@gmail.com>", "Ketsuban"]
|
|
|
|
repository = "https://github.com/rust-console/gba"
|
|
|
|
readme = "README.md"
|
|
|
|
keywords = ["gba"]
|
|
|
|
edition = "2018"
|
|
|
|
license = "Apache-2.0"
|
|
|
|
|
2018-11-15 13:53:53 +11:00
|
|
|
publish = false
|
|
|
|
|
2018-11-14 06:47:52 +11:00
|
|
|
[dependencies]
|
2018-11-15 13:53:53 +11:00
|
|
|
gba-proc-macro = "0.2"
|
2018-11-14 06:47:52 +11:00
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
lto = true
|
|
|
|
panic = "abort"
|