agb/book/games/pong/Cargo.toml
2024-06-18 17:49:56 +01:00

18 lines
268 B
TOML

[package]
name = "pong"
version = "0.1.0"
authors = ["Gwilym Inzani <gw@ilym.me>"]
edition = "2021"
[dependencies]
agb = { version = "0.20.5", path = "../../../agb" }
[profile.dev]
opt-level = 3
debug = true
[profile.release]
opt-level = 3
lto = "fat"
debug = true