agb/examples/hyperspace-roll/Cargo.toml

21 lines
367 B
TOML
Raw Normal View History

2022-07-25 06:33:51 +10:00
[package]
2022-07-25 06:42:14 +10:00
name = "hyperspace-roll"
2022-07-25 06:33:51 +10:00
version = "0.1.0"
authors = [""]
2023-02-08 07:32:35 +11:00
edition = "2021"
2022-07-25 06:33:51 +10:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-04-12 06:28:22 +10:00
agb = { version = "0.14.0", path = "../../agb" }
2022-07-25 06:33:51 +10:00
[profile.dev]
opt-level = 2
debug = true
[profile.release]
panic = "abort"
lto = true
debug = true
codegen-units = 1