agb/examples/hyperspace-roll/Cargo.toml
2023-02-07 20:32:35 +00:00

22 lines
367 B
TOML

[package]
name = "hyperspace-roll"
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.13.0", path = "../../agb" }
bare-metal = "1"
[profile.dev]
opt-level = 2
debug = true
[profile.release]
panic = "abort"
lto = true
debug = true