agb/book/games/pong/Cargo.toml

14 lines
310 B
TOML
Raw Normal View History

2022-01-02 09:37:39 +11:00
[package]
2022-01-02 09:38:56 +11:00
name = "pong"
2022-01-02 09:37:39 +11:00
version = "0.1.0"
authors = ["Gwilym Kuiper <gw@ilym.me>"]
2022-01-02 09:37:39 +11:00
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
agb = { version = "0.8.0", path = "../../../agb" }
2022-01-02 09:37:39 +11:00
[profile.release]
panic = "abort"
lto = true