gba/Cargo.toml
Lokathor fd5c74e199 Update the version
there was already a 0.3.1 with some amount of patches but not the latest.
2019-02-02 00:29:05 -07:00

23 lines
479 B
TOML

[package]
name = "gba"
description = "A crate (and book) for making GBA games with Rust."
version = "0.3.2"
authors = ["Lokathor <zefria@gmail.com>", "Thomas Winwood <twwinwood@gmail.com>"]
repository = "https://github.com/rust-console/gba"
readme = "README.md"
keywords = ["gba"]
edition = "2018"
license = "Apache-2.0"
#publish = false
[dependencies]
typenum = "1.10"
gba-proc-macro = "0.5"
[profile.release]
lto = true
panic = "abort"
incremental = false
codegen-units = 1