mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
20 lines
326 B
TOML
20 lines
326 B
TOML
|
[package]
|
||
|
name = "gba"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Corwin Kuiper <corwin@kuiper.dev>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
[profile.dev]
|
||
|
panic = "abort"
|
||
|
lto = true
|
||
|
|
||
|
[profile.release]
|
||
|
panic = "abort"
|
||
|
lto = true
|
||
|
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
bitflags = "1.0"
|