agb/examples/hyperspace-roll/Cargo.toml

22 lines
384 B
TOML
Raw Normal View History

2022-07-25 06:33:51 +10:00
[package]
name = "gmtk22"
version = "0.1.0"
authors = [""]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
agb = { version = "0.9.2", path = "../agb/agb", features = ["freq32768"] }
bare-metal = "1"
[profile.dev]
opt-level = 2
debug = true
[profile.release]
panic = "abort"
lto = true
debug = true