mirror of
https://github.com/italicsjenga/gba.git
synced 2024-12-23 19:01:30 +11:00
a4b6a4e8b2
This reverts commit 2f1c243742
.
18 lines
380 B
TOML
18 lines
380 B
TOML
[package]
|
|
name = "gba"
|
|
description = "A crate (and book) for making GBA games with Rust."
|
|
version = "0.1.0"
|
|
authors = ["Lokathor <zefria@gmail.com>", "Ketsuban"]
|
|
repository = "https://github.com/rust-console/gba"
|
|
readme = "README.md"
|
|
keywords = ["gba"]
|
|
edition = "2018"
|
|
license = "Apache-2.0"
|
|
|
|
[dependencies]
|
|
gba-proc-macro = "0.1.1"
|
|
|
|
[profile.release]
|
|
lto = true
|
|
panic = "abort"
|