mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
21 lines
361 B
TOML
21 lines
361 B
TOML
[package]
|
|
name = "amplitude"
|
|
version = "0.1.0"
|
|
authors = [""]
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
agb = { version = "0.15.0", path = "../../agb" }
|
|
|
|
[profile.dev]
|
|
opt-level = 2
|
|
debug = true
|
|
|
|
[profile.release]
|
|
panic = "abort"
|
|
lto = true
|
|
debug = true
|
|
codegen-units = 1
|