1
0
Fork 0
mirror of https://github.com/italicsjenga/gba.git synced 2025-01-14 20:40:37 +11:00
gba/Cargo.toml
2018-11-16 00:39:47 -07:00

19 lines
397 B
TOML

[package]
name = "gba"
description = "A crate (and book) for making GBA games with Rust."
version = "0.3.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"
publish = false
[dependencies]
gba-proc-macro = "0.2.1"
[profile.release]
lto = true
panic = "abort"