agb/book/games/pong/Cargo.toml
2022-03-28 22:50:36 +01:00

14 lines
310 B
TOML

[package]
name = "pong"
version = "0.1.0"
authors = ["Gwilym Kuiper <gw@ilym.me>"]
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" }
[profile.release]
panic = "abort"
lto = true